xref: /csrg-svn/lib/libc/sys/getgid.s (revision 9460)
1/* getgid.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5SYSCALL(getgid)
6	ret		# gid = getgid();
7