From 842898ceec3de25a38d2e2397ca19f5357cb070c Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Fri, 14 Aug 2015 14:58:04 +0000 Subject: [PATCH] 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 --- lib/libc/secure/Symbol.map | 5 ----- lib/libc/sys/Symbol.map | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/lib/libc/secure/Symbol.map b/lib/libc/secure/Symbol.map index 11bad3a22444..aaa76c17291a 100644 --- a/lib/libc/secure/Symbol.map +++ b/lib/libc/secure/Symbol.map @@ -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; diff --git a/lib/libc/sys/Symbol.map b/lib/libc/sys/Symbol.map index 45833ab6bce4..7b3257c6a812 100644 --- a/lib/libc/sys/Symbol.map +++ b/lib/libc/sys/Symbol.map @@ -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 {