diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-15 03:37:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-15 03:37:24 +0000 |
commit | 53da80ab8870138b81b212c540c32b5c1eeccaf4 (patch) | |
tree | 99cc0b072130164fccc123c707675c82b8dd8224 /Makefile | |
parent | 3fa5f1fa0a4973c6915fbfe0a43cbbe57c9b8ca9 (diff) | |
download | glibc-53da80ab8870138b81b212c540c32b5c1eeccaf4.tar.gz glibc-53da80ab8870138b81b212c540c32b5c1eeccaf4.tar.xz glibc-53da80ab8870138b81b212c540c32b5c1eeccaf4.zip |
* sysdeps/generic/errno.c (__libc_errno): Remove alias.
* inet/herrno.c (__libc_h_errno): Likewise. * resolv/res_libc.c (__libc_res): Likewise. [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD]. (__res_state) [! USE___THREAD]: Don't define as weak. * csu/Versions: Revert last change. * resolv/Versions: Revert last change. * Makerules ($(common-objpfx)%.make): New pattern rule. * tls.make.c: New file. * Makefile (distribute): Add it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 0358a6c7c5..70c94225e7 100644 --- a/Makefile +++ b/Makefile @@ -272,8 +272,8 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h \ test-skeleton.c include/des.h include/libc-internal.h \ include/shlib-compat.h include/pthread.h Versions.def \ - cppflags-iterator.mk INTERFACE CONFORMANCE NAMESPACE \ - LICENSES \ + cppflags-iterator.mk tls.make.c \ + INTERFACE CONFORMANCE NAMESPACE LICENSES \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ mkinstalldirs move-if-change install-sh \ |