* libc/include/sys/errno.h: Add a cautionary comment.
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user