This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4f3433b212
toaruos
/
libc
/
unistd
/
getpgrp.c
6 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
Break up unistd into separate files for each function
2018-05-02 06:20:06 +03:00
#
include
<unistd.h>
int
getpgrp
(
)
{
libc: cleanup, some missing things
2021-09-18 07:30:47 +03:00
return
getpgid
(
0
)
;
Break up unistd into separate files for each function
2018-05-02 06:20:06 +03:00
}
Reference in New Issue
Copy Permalink