diff options
author | Roland McGrath <roland@gnu.org> | 2005-04-27 09:56:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-04-27 09:56:16 +0000 |
commit | 5e2d8ac83c1b202ae52c069e0873230ee71b49d9 (patch) | |
tree | 82cdc234d1eef83ab4c28929439100ef8f9c61f0 /nptl/Makefile | |
parent | fb1887c7f98a45a089720d882dfbd67bd478c1b5 (diff) | |
download | glibc-5e2d8ac83c1b202ae52c069e0873230ee71b49d9.tar.gz glibc-5e2d8ac83c1b202ae52c069e0873230ee71b49d9.tar.xz glibc-5e2d8ac83c1b202ae52c069e0873230ee71b49d9.zip |
* posix/unistd.h: Remove __nonnull from acct decl.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 3cef684226..4c3cf941d1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -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 \ |