Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for getpid.
Browse files Browse the repository at this point in the history
2007-05-12  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
	getpid.
  • Loading branch information
Andreas Jaeger committed May 12, 2007
1 parent 9b0d1c0 commit 11ed671
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-05-12 Andreas Jaeger <aj@suse.de>

* sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
getpid.

2007-05-11 Ulrich Drepper <drepper@redhat.com>

* elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/tst-getcpu.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <errno.h>
#include <stdio.h>
#include <sched.h>
#include <unistd.h>


static int
Expand Down

0 comments on commit 11ed671

Please sign in to comment.