Module Name: src Committed By: pooka Date: Wed Jul 23 11:41:34 UTC 2014
Modified Files: src/sys/kern: makesyscalls.sh Log Message: In the RUMP_KERNEL_IS_LIBC case, account for WEAKASM, i.e. create a _sys_foo strong alias, and _foo and foo weak aliases. This actually treats all syscalls as WEAKASM, but it's probably(?) harmless, and saves us from manual work a la libc. Fixes at least pthread_cancelstub. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/kern/makesyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.