X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffcntl.h;h=55a89f9cb1e03e4e7b16a7842daa4e8262cd8fb1;hb=642936d6dd22b99534cab4099deea8d6ceefeea0;hp=3944e19860a142cc1def3e6fef7557b3c248d6d4;hpb=78c6d30fd3bb13f5fc6e1ad42675fe5475a87641;p=musl diff --git a/include/fcntl.h b/include/fcntl.h index 3944e198..55a89f9c 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -93,6 +93,9 @@ int posix_fallocate(int, off_t, off_t); #endif #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +#define AT_NO_AUTOMOUNT 0x800 +#define AT_EMPTY_PATH 0x1000 + #define FAPPEND O_APPEND #define FFSYNC O_FSYNC #define FASYNC O_ASYNC