diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-12 07:29:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-12 07:29:55 +0000 |
commit | 5ef50d00ded8bb0934c2aef6c9f06acf23f66cb7 (patch) | |
tree | 20f76d7169cf0550d4224e7a2b62aba4943bc4c1 /linuxthreads/Makefile | |
parent | 7e36861e77d7edde557ebf1172271e922c9a51ff (diff) | |
download | glibc-5ef50d00ded8bb0934c2aef6c9f06acf23f66cb7.tar.gz glibc-5ef50d00ded8bb0934c2aef6c9f06acf23f66cb7.tar.xz glibc-5ef50d00ded8bb0934c2aef6c9f06acf23f66cb7.zip |
Update.
2001-01-11 Jakub Jelinek <jakub@redhat.com> * stdlib/cxa_atexit.c (__cxa_atexit): Cast to (void *, int) func. * stdlib/cxa_finalize.c (__cxa_finalize): Add hidden second argument. * stdlib/cxa_on_exit.c: Remove. * stdlib/Makefile: Revert last patch. * stdlib/Versions: Likewise. * include/stdlib.h: Likewise. * stdlib/exit.h: Revert last patch. (struct exit_function): Add second argument to cxa fn. * stdlib/exit.c: Revert last patch. (exit): Add hidden second argument.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index ce7c5dd437..da3c3d22f7 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -54,9 +54,10 @@ endif include ../Rules +znodelete-yes = -DHAVE_Z_NODELETE CFLAGS-mutex.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-specific.c += -D__NO_WEAK_PTHREAD_ALIASES -CFLAGS-pthread.c += -D__NO_WEAK_PTHREAD_ALIASES +CFLAGS-pthread.c += -D__NO_WEAK_PTHREAD_ALIASES $(znodelete-$(have-z-nodelete)) CFLAGS-ptfork.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-cancel.c += -D__NO_WEAK_PTHREAD_ALIASES CFLAGS-unload.c += -DPREFIX=\"$(objpfx)\" |