This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients xdegaye, yan12125
Date 2016-12-21.12:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482323815.5.0.894653558824.issue28762@psf.upfronthosting.co.za>
In-reply-to
Content
FYI: Since Android NDK r14 beta1, F_LOCK is defined in unified headers. [1] In $ANDROID_NDK/sysroot/usr/include/bits/lockf.h:

#define F_ULOCK 0
#define F_LOCK 1
#define F_TLOCK 2
#define F_TEST 3

[1] https://android.googlesource.com/platform/ndk.git/+/master/docs/UnifiedHeaders.md
History
Date User Action Args
2016-12-21 12:36:55yan12125setrecipients: + yan12125, xdegaye
2016-12-21 12:36:55yan12125setmessageid: <1482323815.5.0.894653558824.issue28762@psf.upfronthosting.co.za>
2016-12-21 12:36:55yan12125linkissue28762 messages
2016-12-21 12:36:55yan12125create