NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
where syscall(?) in libc
hi.
I'm studying for NetBSD.
I think libc implmented system call (e.g. chmod(2)).
src/lib/libc/sys/Makefile.inc:
ASM= access.S acct.S \
bind.S \
chdir.S chflags.S chmod.S chown.S chroot.S __clock_getres50.S \
__clock_gettime50.S \
dup.S dup2.S dup3.S \
:
but I can't found chmod.S.
Where can I find chmod.S?
by the way, I use i386.
--
miwarin
Home |
Main Index |
Thread Index |
Old Index