Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/include xref libc/README



details:   https://anonhg.NetBSD.org/src/rev/d74323cf3e66
branches:  trunk
changeset: 827252:d74323cf3e66
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Oct 22 01:57:33 2017 +0000

description:
xref libc/README

diffstat:

 lib/libc/include/namespace.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 01c2513460b7 -r d74323cf3e66 lib/libc/include/namespace.h
--- a/lib/libc/include/namespace.h      Sun Oct 22 01:29:26 2017 +0000
+++ b/lib/libc/include/namespace.h      Sun Oct 22 01:57:33 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: namespace.h,v 1.187 2017/10/22 00:20:50 christos Exp $ */
+/*     $NetBSD: namespace.h,v 1.188 2017/10/22 01:57:33 riastradh Exp $        */
 
 /*-
  * Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
@@ -104,6 +104,8 @@
  * the application namespace), and then a weak alias is added to the
  * "_" name next to the function definition so that the function is
  * exposed again.
+ *
+ * See src/lib/libc/README for more details.
  */
 
 #ifdef __weak_alias



Home | Main Index | Thread Index | Old Index