Back out prev. change. According to bde:
_POSIX_SOURCE means POSIX.1-1990, not the current version of POSIX.
This commit is contained in:
parent
809eb5e71c
commit
ffef759ee1
@ -164,14 +164,11 @@ __END_DECLS
|
||||
#define ENEEDAUTH 81 /* Need authenticator */
|
||||
#define EIDRM 82 /* Identifier removed */
|
||||
#define ENOMSG 83 /* No message of desired type */
|
||||
#endif /* _POSIX_SOURCE */
|
||||
|
||||
#define EOVERFLOW 84 /* Value too large to be stored in data type */
|
||||
|
||||
#ifndef _POSIX_SOURCE
|
||||
#define ECANCELED 85 /* Operation canceled */
|
||||
#define EILSEQ 86 /* Illegal byte sequence */
|
||||
#define ELAST 86 /* Must be equal largest errno */
|
||||
|
||||
#endif /* _POSIX_SOURCE */
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user