index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
setpgrp.c
blob: 0fa8fccc3e64ce6c2fbfe90461993974a9c9a192 (
plain
)
1
2
3
4
5
6
7
#include <syscall.h> #include <unistd.h> int setpgrp(void) { return setpgid(0,0); }