OSDN Git Service

don't set errno or return an error when getspnam[_r] finds no entry
[android-x86/external-musl-libc.git] / include / fcntl.h
index 99b2175..4d91338 100644 (file)
@@ -166,6 +166,7 @@ struct f_owner_ex {
 };
 #define FALLOC_FL_KEEP_SIZE 1
 #define FALLOC_FL_PUNCH_HOLE 2
+#define MAX_HANDLE_SZ 128
 #define SYNC_FILE_RANGE_WAIT_BEFORE 1
 #define SYNC_FILE_RANGE_WRITE 2
 #define SYNC_FILE_RANGE_WAIT_AFTER 4