diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-02-01 10:19:38 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-02-01 10:19:38 +0000 |
commit | 359e8c63c9e6f81802b6ff548a2978f31d79760f (patch) | |
tree | 2484b5fbffdfaf382e232df642738d6670db1837 /nptl | |
parent | 7a5a58ec86839aa00f5a16baa1876a5deefcc266 (diff) | |
download | glibc-359e8c63c9e6f81802b6ff548a2978f31d79760f.tar glibc-359e8c63c9e6f81802b6ff548a2978f31d79760f.tar.gz glibc-359e8c63c9e6f81802b6ff548a2978f31d79760f.tar.bz2 glibc-359e8c63c9e6f81802b6ff548a2978f31d79760f.zip |
Updated to fedora-glibc-20080201T1017cvs/fedora-glibc-2_7_90-6
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 | ||||
-rw-r--r-- | nptl/Makefile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b9ba580bbe..1be97bab71 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Roland McGrath <roland@redhat.com> + + * Makefile (omit-deps): Variable removed. + 2008-01-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid diff --git a/nptl/Makefile b/nptl/Makefile index 407ccecaa9..5bfa9e0ba6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -1,4 +1,5 @@ -# Copyright (C) 2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc. +# Copyright (C) 2002,2003,2004,2005,2006,2007,2008 +# 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 @@ -192,9 +193,6 @@ CFLAGS-tcdrain.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pt-system.c = -fexceptions -# Don't generate deps for calls with no sources. See sysdeps/unix/Makefile. -omit-deps = $(unix-syscalls:%=ptw-%) - tests = tst-typesizes \ tst-attr1 tst-attr2 tst-attr3 \ |