Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [nathanw_sa] basesrc/lib/libc/sys



Module Name:    basesrc
Committed By:   nathanw
Date:           Fri Aug  2 21:29:18 UTC 2002

Modified Files:
        basesrc/lib/libc/sys [nathanw_sa]: Makefile.inc

Log Message:
Go back to generating syscall stubs here in libc. For every syscall "foo"
listed in WEAKASM, generate the stub with entry point name "_sys_foo" and
weak aliases named "_foo" and "foo".
(likely to be replaced with a table-based system soon)


To generate a diff of this commit:
cvs rdiff -r1.111.2.9 -r1.111.2.10 basesrc/lib/libc/sys/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index