source:
trunk/minix/lib/posix/_getgid.c@
16
| Last change on this file since 16 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | #include <lib.h> |
| 2 | #define getgid _getgid |
| 3 | #include <unistd.h> |
| 4 | |
| 5 | PUBLIC gid_t getgid() |
| 6 | { |
| 7 | message m; |
| 8 | |
| 9 | return( (gid_t) _syscall(MM, GETGID, &m)); |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.