diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-26 00:13:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-26 00:13:21 +0000 |
commit | b395c02de77c87e8d4df165e623ba31bf54579cc (patch) | |
tree | adac12219370f48ba8ac00a82c32abe3e69c5ba5 /conform/data/regex.h-data | |
parent | 7f42d3dd6f91a6336baceccd98dc7fe516d959fe (diff) | |
download | glibc-b395c02de77c87e8d4df165e623ba31bf54579cc.tar.gz glibc-b395c02de77c87e8d4df165e623ba31bf54579cc.tar.xz glibc-b395c02de77c87e8d4df165e623ba31bf54579cc.zip |
Update.
* conform/data/regex.h-data: Allow *_t types. * conform/data/pwd.h-data: Likewise. * conform/data/sched.h-data: Likewise * conform/data/pthread.h-data: Likewise. * conform/data/search.h-data: Likewise. * misc/search.h: Avoid namespace pollution.
Diffstat (limited to 'conform/data/regex.h-data')
-rw-r--r-- | conform/data/regex.h-data | 1 |
1 files changed, 1 insertions, 0 deletions
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 |