-
Notifications
You must be signed in to change notification settings - Fork 2
fcntl.h status
chasonr edited this page Dec 8, 2023
·
1 revision
fcntl.h lacks the following constants specified in SuSv4:
F_DUPFD_CLOEXECF_GETOWNF_SETOWNO_CLOEXECO_DIRECTORYO_TTY_INITO_DSYNCO_RSYNCO_SYNCO_EXECO_SEARCHAT_FDCWDAT_EACCESSAT_SYMLINK_NOFOLLOWAT_SYMLINK_FOLLOWAT_REMOVEDIRPOSIX_FADV_DONTNEEDPOSIX_FADV_NOREUSEPOSIX_FADV_NORMALPOSIX_FADV_RANDOMPOSIX_FADV_SEQUENTIALPOSIX_FADV_WILLNEED
fcntl.h does not define the constants for mode_t specified in sys/stat.h, nor the constants SEEK_SET, SEEK_CUR and SEEK_END.
fcntl.h does not declare the functions openat, posix_fadvise and posix_fallocate.