Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
Browse files Browse the repository at this point in the history
	that the directory is empty even on non-POSIX filesystems.
  • Loading branch information
Ulrich Drepper committed Aug 1, 2006
1 parent f122796 commit b06e7e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-07-31 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.

2006-07-16 Jeff Bailey <jbailey@ubuntu.com>

* elf/tst-auditmod1.c: Fix typo in #error.
Expand All @@ -11,7 +15,7 @@
2006-07-20 Adam Nemet <anemet@caviumnetworks.com>

* stdlib/test-canon.c (do_test): Close fd before unlinking file so
that directory is empty even on non-POSIX filesystems.
that the directory is empty even on non-POSIX filesystems.

2006-07-31 Ulrich Drepper <drepper@redhat.com>

Expand Down
6 changes: 6 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2006-07-31 Daniel Jacobowitz <dan@codesourcery.com>

* allocatestack.c (__reclaim_stacks): Reset the PID on cached stacks.
* Makefile (tests): Add tst-getpid3.
* tst-getpid3.c: New file.

2006-07-30 Roland McGrath <roland@redhat.com>

* Makefile (libpthread-routines): Add ptw-sigsuspend.
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/dl-osinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <string.h>
#include <fcntl.h>
#include <sys/sysctl.h>
#include <sys/utsname.h>
#include <kernel-features.h>
#include <dl-sysdep.h>
Expand Down

0 comments on commit b06e7e9

Please sign in to comment.