[git commit] setpgrp.c: remove unneeded header

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:38 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=39e02af41f173c3a95bf49e59b482f01d5698ba1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/setpgrp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libc/sysdeps/linux/common/setpgrp.c b/libc/sysdeps/linux/common/setpgrp.c
index 1a82ac8..bc8e894 100644
--- a/libc/sysdeps/linux/common/setpgrp.c
+++ b/libc/sysdeps/linux/common/setpgrp.c
@@ -4,10 +4,8 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-#include <syscall.h>
 #include <unistd.h>
 
-
 int setpgrp(void)
 {
 	return setpgid(0,0);


More information about the uClibc-cvs mailing list