diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 15:04:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-16 15:04:27 -0700 |
commit | e20c4ef0ef9075f80ca560f6bdd5ed3229673067 (patch) | |
tree | e65ae23eb85f3926f2e2e4652381f6e83cd2a623 /nptl/Makefile | |
parent | cba0ca7925f8e324e8af9f88187b3473363853a1 (diff) | |
download | glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.tar glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.tar.gz glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.tar.bz2 glibc-e20c4ef0ef9075f80ca560f6bdd5ed3229673067.zip |
libc-cancellation.c cleanup.
The unrelated function __libc_cleanup_routine should not be in
this file. Move it into its own file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 07c098d23e..5bba0e1455 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -1,5 +1,4 @@ -# Copyright (C) 2002,2003,2004,2005,2006,2007,2008 -# Free Software Foundation, Inc. +# Copyright (C) 2002-2008,2009 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -28,7 +27,8 @@ extra-libs := libpthread extra-libs-others := $(extra-libs) install-lib-ldscripts := libpthread.so -routines = alloca_cutoff forward libc-lowlevellock libc-cancellation +routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \ + libc-cleanup shared-only-routines = forward libpthread-routines = nptl-init vars events version \ |