getegid.s 76 B

12345
  1. #include "syscall.h"
  2. DEFINE(_getegid)
  3. SYSNORET(SYS_getgid)
  4. movl r1,r0
  5. ret