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:
Pedro F. Giffuni 2015-08-14 14:58:04 +00:00
parent faadc1b492
commit 842898ceec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286782
2 changed files with 2 additions and 7 deletions

View File

@ -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;

View File

@ -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 {