. use library function to parse memory string
[minix3.git] / lib / syscall / getgid.s
blob7f4caa38ec8987cb973b760884a84712dacaab9a
1 .sect .text
2 .extern __getgid
3 .define _getgid
4 .align 2
6 _getgid:
7 jmp __getgid