Bell 32V development
[unix-history] / usr / src / libc / sys / chmod.s
# C library -- chmod
# error = chmod(string, mode);
.set chmod,15
.globl _chmod
_chmod:
.word 0x0000
chmk $chmod
bcc noerror
jmp cerror
noerror:
clrl r0
ret