Remove a stale comment and clarify the original where it was taken from
The comment in the libc/sys symbol map referenced the generated symbols for the syscall trampolines. Such comment was out of place in the secure symbol map so remove the stale comment and attempt to clarify the old one to avoid risks of confusion. Pointed out by: kib
This commit is contained in:
parent
faadc1b492
commit
842898ceec
@ -2,11 +2,6 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/*
|
||||
* It'd be nice to have this automatically generated, but we don't
|
||||
* know to what version they will eventually belong, so for now
|
||||
* it has to be manual.
|
||||
*/
|
||||
FBSD_1.0 {
|
||||
__chk_fail;
|
||||
__stack_chk_fail;
|
||||
|
@ -3,8 +3,8 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* It'd be nice to have this automatically generated, but we don't
|
||||
* know to what version they will eventually belong, so for now
|
||||
* It'd be nice to automatically generate the syscall symbols, but we
|
||||
* don't know to what version they will eventually belong to, so for now
|
||||
* it has to be manual.
|
||||
*/
|
||||
FBSD_1.0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user