OSDN Git Service

setpgrp.c: remove unneeded header
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 16 Apr 2011 09:49:25 +0000 (11:49 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:38 +0000 (14:00 +0200)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/setpgrp.c

index 1a82ac8..bc8e894 100644 (file)
@@ -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);