]> sourceware.org Git - newlib-cygwin.git/commitdiff
* libc/include/sys/errno.h: Add a cautionary comment.
authorChristopher Faylor <me@cgf.cx>
Sun, 26 Aug 2001 02:28:33 +0000 (02:28 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 26 Aug 2001 02:28:33 +0000 (02:28 +0000)
newlib/ChangeLog
newlib/libc/include/sys/errno.h

index d4e94e49577b3547fb7659ad853e88f87edf390b..a0aa2a83e7cab09be89821458e719f55084653cf 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 25 22:22:25 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * libc/include/sys/errno.h: Add a cautionary comment.
+
 2001-08-21  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
index 672d99eac9e57151782085d84774cc830da354a5..26b56925eb4f8c199efb8836bf51bc1efe0299c6 100644 (file)
@@ -15,6 +15,8 @@ extern "C" {
 extern int *__errno _PARAMS ((void));
 #endif
 
+/* Please don't use these variables directly.
+   Use strerror instead. */
 extern __IMPORT _CONST char * _CONST _sys_errlist[];
 extern __IMPORT int _sys_nerr;
 #ifdef __CYGWIN__
This page took 0.044138 seconds and 5 git commands to generate.