diff options
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/sys/stat.h-data | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data index 3873284ca4..c0f8d45a38 100644 --- a/conform/data/sys/stat.h-data +++ b/conform/data/sys/stat.h-data @@ -58,15 +58,14 @@ macro S_ISREG macro S_ISLNK // How to represent optional tests? -// macro S_TYPEISMQ -// macro S_TYPEISSEM -// macro S_TYPEISSHM -// macro S_TYPEISTMO +optional-macro S_TYPEISMQ +optional-macro S_TYPEISSEM +optional-macro S_TYPEISSHM +optional-macro S_TYPEISTMO function int chmod (const char*, mode_t) function int fchmod (int, mode_t) function int fstat (int, struct stat*) -function int isfdtype (int, int) function int lstat (const char*, struct stat*) function int mkdir (const char*, mode_t) function int mkfifo (const char*, mode_t) |