]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #877] cvs/fedora-glibc-20050427T1043 cvs/fedora-glibc-2_3-20050704T1133
authorRoland McGrath <roland@gnu.org>
Wed, 27 Apr 2005 09:56:16 +0000 (09:56 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 27 Apr 2005 09:56:16 +0000 (09:56 +0000)
* posix/unistd.h: Remove __nonnull from acct decl.

ChangeLog
nptl/ChangeLog
nptl/Makefile

index fbcbd4fd06f3db8b30f088d166bd8607baeb9a1b..548eac4efe4a9eb1b7a1a23640ffd04a94e47fad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-04-27  Roland McGrath  <roland@redhat.com>
 
+       [BZ #877]
+       * posix/unistd.h: Remove __nonnull from acct decl.
+
        * rt/tst-cpuclock1.c: New file.
        * rt/tst-cpuclock2.c: New file.
        * rt/tst-cputimer1.c: New file.
index 82b3cccdc49bfd1df48ab7dfeca01c6a7970c4ab..428e599200d720d1a04e621d2ed9efb1237f26e6 100644 (file)
@@ -5,6 +5,8 @@
 
 2005-04-27  Roland McGrath  <roland@redhat.com>
 
+       * Makefile (tests): Remove tst-clock2.
+
        * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Handle
        CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
        translating to the kernel clockid_t for our own process/thread clock.
index 3cef684226c309e3cd3efa787ab9239a51665d70..4c3cf941d1574b63fe603915c82fc9a2167683df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005 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
@@ -235,7 +235,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \
        tst-locale1 tst-locale2 \
        tst-umask1 \
        tst-popen1 \
-       tst-clock1 tst-clock2 \
+       tst-clock1 \
        tst-context1 \
        tst-sched1 \
        tst-backtrace1 \