Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / sys / sysvi386 / getgid.S
blob47a6391f8d9293f9f3cfd6d1103860d4d98e9005
1         .globl  _getgid
2         .globl  getgid
3 _getgid:
4 getgid:
5         movl    $0x2f, %eax
6         lcall   $7,$0
7         jb      _cerror
8         ret