diff options
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/pthread.h-data | 1 | ||||
-rw-r--r-- | conform/data/pwd.h-data | 1 | ||||
-rw-r--r-- | conform/data/regex.h-data | 1 | ||||
-rw-r--r-- | conform/data/sched.h-data | 1 | ||||
-rw-r--r-- | conform/data/search.h-data | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/conform/data/pthread.h-data b/conform/data/pthread.h-data index 63091dbe65..eb0523e6af 100644 --- a/conform/data/pthread.h-data +++ b/conform/data/pthread.h-data @@ -131,4 +131,5 @@ allow-header time.h allow PTHREAD_* allow pthread_* +allow *_t #endif diff --git a/conform/data/pwd.h-data b/conform/data/pwd.h-data index 1c8c7bea75..bd517b4cc5 100644 --- a/conform/data/pwd.h-data +++ b/conform/data/pwd.h-data @@ -20,4 +20,5 @@ function {struct passwd*} getpwent (void) funciton void setpwent (void) allow pw_* +allow *_t #endif diff --git a/conform/data/regex.h-data b/conform/data/regex.h-data index b6e7f45032..6edb1af22e 100644 --- a/conform/data/regex.h-data +++ b/conform/data/regex.h-data @@ -38,4 +38,5 @@ function void regfree (regex_t*) allow REG_* allow re_* allow rm_* +allow *_t #endif diff --git a/conform/data/sched.h-data b/conform/data/sched.h-data index 8194bcb2c2..186efb16d5 100644 --- a/conform/data/sched.h-data +++ b/conform/data/sched.h-data @@ -19,4 +19,5 @@ allow-header time.h allow sched_* allow SCHED_* +allow *_t #endif diff --git a/conform/data/search.h-data b/conform/data/search.h-data index e7c81d31a7..7da11c97c1 100644 --- a/conform/data/search.h-data +++ b/conform/data/search.h-data @@ -25,4 +25,6 @@ function {void*} tdelete (const void*, void**, int(*)(const void*, const void*)) function {void*} tfind (const void*, void*const*, int(*)(const void*, const void*)) tfind (const void*, void*const*, int(*)(const void*, const void*)) function {void*} tsearch (const void*, void**, int(*)(const void*, const void*)) function void twalk (const void*, void (*) (const void*, VISIT, int)) + +allow *_t #endif |