diff options
Diffstat (limited to 'conform/data/fcntl.h-data')
-rw-r--r-- | conform/data/fcntl.h-data | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conform/data/fcntl.h-data b/conform/data/fcntl.h-data index 0344ce973b..cf34c2b9ce 100644 --- a/conform/data/fcntl.h-data +++ b/conform/data/fcntl.h-data @@ -50,6 +50,9 @@ function int open (const char*, int, ...) allow-header sys/stat.h allow-header unistd.h -allow *_t allow l_* +allow F_* +allow O_* +allow S_* +allow *_t #endif |