repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- retrieve binary packages and sources from webserver to make a release, incremental...
[minix.git]
/
lib
/
syscall
/
setuid.s
blob
fb5549f9084a8a50c1386c0b7216578b949a4d48
1
.sect .text
2
.extern __setuid
3
.define _setuid
4
.define _seteuid
5
.align 2
6
7
_setuid
:
8
jmp __setuid
9
10
_seteuid
:
11
jmp __seteuid