Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 14:58:04 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286782 - in head/lib/libc: secure sys
Message-ID:  <201508141458.t7EEw40H088623@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508141458.t7EEw40H088623>