* libc/include/sys/errno.h: Add a cautionary comment.
This commit is contained in:
parent
e32b4e81cb
commit
8e26d5b5a7
|
@ -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>
|
2001-08-21 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
|
* libc/stdlib/mallocr.c [!defined(MALLOC_ALIGNMENT)]: Add conditional
|
||||||
|
|
|
@ -15,6 +15,8 @@ extern "C" {
|
||||||
extern int *__errno _PARAMS ((void));
|
extern int *__errno _PARAMS ((void));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Please don't use these variables directly.
|
||||||
|
Use strerror instead. */
|
||||||
extern __IMPORT _CONST char * _CONST _sys_errlist[];
|
extern __IMPORT _CONST char * _CONST _sys_errlist[];
|
||||||
extern __IMPORT int _sys_nerr;
|
extern __IMPORT int _sys_nerr;
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
|
Loading…
Reference in New Issue