Dan Strick <[EMAIL PROTECTED]> writes:
> Does anyone know where the system calls are really defined?

In the kernel.

> I followed open() to _open() to __sys_open() which seems
> to be part of something called libc_r before I ran into a
> blank wall.

[EMAIL PROTECTED] /usr/src% grep -r '^open(' sys
sys/kern/vfs_syscalls.c:open(td, uap)

DES
-- 
Dag-Erling Sm�rgrav - [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to