Module Name:    src
Committed By:   riastradh
Date:           Sun Oct 22 01:57:33 UTC 2017

Modified Files:
        src/lib/libc/include: namespace.h

Log Message:
xref libc/README


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/lib/libc/include/namespace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/include/namespace.h
diff -u src/lib/libc/include/namespace.h:1.187 src/lib/libc/include/namespace.h:1.188
--- src/lib/libc/include/namespace.h:1.187	Sun Oct 22 00:20:50 2017
+++ src/lib/libc/include/namespace.h	Sun Oct 22 01:57:33 2017
@@ -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

Reply via email to