Browse Source

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 13 years ago
parent
commit
39e02af41f
1 changed files with 0 additions and 2 deletions
  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.
  */
 
-#include <syscall.h>
 #include <unistd.h>
 
-
 int setpgrp(void)
 {
 	return setpgid(0,0);