diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-12 22:33:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-12 22:33:22 +0000 |
commit | 2067577c713671471ec03c52425625d69a19d1b4 (patch) | |
tree | c775b263f40a8f0df5dd225780d8124a04bd1614 /bits/confname.h | |
parent | 7437cbd1129b948de2c22c5d0cb853777ba6631e (diff) | |
download | glibc-2067577c713671471ec03c52425625d69a19d1b4.tar.gz glibc-2067577c713671471ec03c52425625d69a19d1b4.tar.xz glibc-2067577c713671471ec03c52425625d69a19d1b4.zip |
Update.
* sysdeps/generic/bits/confname.h: Define _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION. * posix/conststr.c: Handle these new values. * posix/getconf.c: Likewise. * io/ftw.c (ftw_startup): When using FTW_CHDIR, always remember
Diffstat (limited to 'bits/confname.h')
-rw-r--r-- | bits/confname.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bits/confname.h b/bits/confname.h index 6cb5b3f7fb..fe262989fc 100644 --- a/bits/confname.h +++ b/bits/confname.h @@ -560,7 +560,12 @@ enum # define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS # endif - _CS_V6_WIDTH_RESTRICTED_ENVS + _CS_V6_WIDTH_RESTRICTED_ENVS, # define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS + + _CS_GNU_LIBC_VERSION, +#define _CS_GNU_LIBC_VERSION _CS_GNU_LIBC_VERSION + _CS_GNU_LIBPTHREAD_VERSION +#define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION }; #endif |