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
/
getpid.S
blob
6d19dffc93dbd91717d9ef2488e9eda5b5bf0014
1
2
.globl _getpid
3
.globl getpid
4
_getpid:
5
getpid:
6
movl $0x14, %eax
7
lcall $7,$0
8
jb _cerror
9
ret