X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffcntl.h;h=1c18c6e2251db1cea2b48316e5e3759de25cad41;hb=615bbd365f322cd8d0b1a4383ee0a6ce8e35b33b;hp=6faf9cda2d1bfc90e343be716b2c251557f04f17;hpb=c2b18f3531b8cd2d5e2295626cff77b7765b356e;p=musl diff --git a/include/fcntl.h b/include/fcntl.h index 6faf9cda..1c18c6e2 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -78,6 +78,14 @@ int posix_fallocate(int, off_t, off_t); #define S_IRWXO 0007 #endif +#ifdef _GNU_SOURCE +#define FAPPEND O_APPEND +#define FFSYNC O_FSYNC +#define FASYNC O_ASYNC +#define FNONBLOCK O_NONBLOCK +#define FNDELAY O_NDELAY +#endif + #ifdef __cplusplus } #endif