From 7f42d3dd6f91a6336baceccd98dc7fe516d959fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Aug 1999 23:53:55 +0000 Subject: Update. * conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h, pwd.h, and pthread.h. * conform/data/pthread.h-data: New file. * conform/data/pwd.h-data: New file. * conform/data/regex.h-data: New file. * conform/data/sched.h-data: New file. * conform/data/search.h-data: New file. * NAMESPACE: Add REG_ for regex.h. * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since they are removed. --- ChangeLog | 13 +++++ NAMESPACE | 2 +- configure | 2 +- conform/conformtest.pl | 3 +- conform/data/pthread.h-data | 134 ++++++++++++++++++++++++++++++++++++++++++++ conform/data/pwd.h-data | 23 ++++++++ conform/data/regex.h-data | 41 ++++++++++++++ conform/data/sched.h-data | 22 ++++++++ conform/data/search.h-data | 28 +++++++++ locale/langinfo.h | 10 ++-- 10 files changed, 271 insertions(+), 7 deletions(-) create mode 100644 conform/data/pthread.h-data create mode 100644 conform/data/pwd.h-data create mode 100644 conform/data/regex.h-data create mode 100644 conform/data/sched.h-data create mode 100644 conform/data/search.h-data diff --git a/ChangeLog b/ChangeLog index 54bcb59..d775d23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 1999-08-25 Ulrich Drepper + * conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h, + pwd.h, and pthread.h. + * conform/data/pthread.h-data: New file. + * conform/data/pwd.h-data: New file. + * conform/data/regex.h-data: New file. + * conform/data/sched.h-data: New file. + * conform/data/search.h-data: New file. + + * NAMESPACE: Add REG_ for regex.h. + + * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since + they are removed. + * configure.in (libc_cv_asm_global_directive): Indent .text in test code so that the lame HPUX compiler recognizes it. * sysdeps/hppa/bits/endian.h: New file. diff --git a/NAMESPACE b/NAMESPACE index 4d43a5d..326972d 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -18,7 +18,7 @@ ndbm.h dbm_ poll.h pd_, ph_, ps_ pthread.h pthread_, PTHREAD_ pwd.h pw_ -regex.h re_, rm_ +regex.h re_, rm_, REG_ sched.h sched_, SCHED_ semaphore.h sem_, SEM_ signal.h sa_, uc_, SIG[A-Z], SIG_[A-Z], diff --git a/configure b/configure index b31be2a..30aa4d5 100755 --- a/configure +++ b/configure @@ -2302,7 +2302,7 @@ else libc_cv_asm_global_directive=UNKNOWN for ac_globl in .globl .global .EXPORT; do cat > conftest.s <