Module Name: src
Committed By: perry
Date: Fri May 1 20:01:23 UTC 2009
Modified Files:
src/include: string.h
Log Message:
note that we have strsignal but it is in the wrong include file.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/include/string.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/string.h
diff -u src/include/string.h:1.37 src/include/string.h:1.38
--- src/include/string.h:1.37 Fri May 1 17:16:49 2009
+++ src/include/string.h Fri May 1 20:01:23 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: string.h,v 1.37 2009/05/01 17:16:49 perry Exp $ */
+/* $NetBSD: string.h,v 1.38 2009/05/01 20:01:23 perry Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -88,8 +88,9 @@
* For POSIX compliance, we still need:
* strcoll_l
* strerror_l
- * strsignal
* strxfrm_l
+ *
+ * and strsignal needs to be moved from unistd.h to here.
*/
#endif