svn commit: r286782 - in head/lib/libc: secure sys

Pedro F. Giffuni pfg at FreeBSD.org
Fri Aug 14 14:58:05 UTC 2015


Author: pfg
Date: Fri Aug 14 14:58:04 2015
New Revision: 286782
URL: https://svnweb.freebsd.org/changeset/base/286782

Log:
  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

Modified:
  head/lib/libc/secure/Symbol.map
  head/lib/libc/sys/Symbol.map

Modified: head/lib/libc/secure/Symbol.map
==============================================================================
--- head/lib/libc/secure/Symbol.map	Fri Aug 14 14:26:13 2015	(r286781)
+++ head/lib/libc/secure/Symbol.map	Fri Aug 14 14:58:04 2015	(r286782)
@@ -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;

Modified: head/lib/libc/sys/Symbol.map
==============================================================================
--- head/lib/libc/sys/Symbol.map	Fri Aug 14 14:26:13 2015	(r286781)
+++ head/lib/libc/sys/Symbol.map	Fri Aug 14 14:58:04 2015	(r286782)
@@ -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 {


More information about the svn-src-all mailing list