repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvi386
/
setgid.S
blob
a55dbf89edf9bbdd1f0445046ec017c7869d3d79
1
.globl _setgid
2
.globl setgid
3
_setgid:
4
setgid:
5
movl $0x2e, %eax
6
lcall $7,$0
7
jb _cerror
8
xor %eax,%eax
9
ret