1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* 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.
This commit is contained in:
Ulrich Drepper
1999-08-26 00:13:21 +00:00
parent 7f42d3dd6f
commit b395c02de7
7 changed files with 23 additions and 7 deletions

View File

@ -38,4 +38,5 @@ function void regfree (regex_t*)
allow REG_*
allow re_*
allow rm_*
allow *_t
#endif