Explorar o código

setpgrp.c: remove unneeded header

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger %!s(int64=14) %!d(string=hai) anos
pai
achega
39e02af41f
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      libc/sysdeps/linux/common/setpgrp.c

+ 0 - 2
libc/sysdeps/linux/common/setpgrp.c

@@ -4,10 +4,8 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
  */
 
 
-#include <syscall.h>
 #include <unistd.h>
 #include <unistd.h>
 
 
-
 int setpgrp(void)
 int setpgrp(void)
 {
 {
 	return setpgid(0,0);
 	return setpgid(0,0);