* include/errno.h (ELOOP): Add definition.
This commit is contained in:
parent
c4a0585f60
commit
58bdcd7fc7
@ -1,3 +1,7 @@
|
|||||||
|
2005-01-10 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/errno.h (ELOOP): Add definition.
|
||||||
|
|
||||||
2005-01-10 Danny Smith <dannysmith@users.sourceforge.net>
|
2005-01-10 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c
|
* mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.c
|
||||||
|
@ -67,6 +67,8 @@
|
|||||||
#define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
|
#define ENOTEMPTY 41 /* Directory not empty (90 in Cyg?) */
|
||||||
#define EILSEQ 42 /* Illegal byte sequence */
|
#define EILSEQ 42 /* Illegal byte sequence */
|
||||||
|
|
||||||
|
#define ELOOP 90 /* Pretend: Too many symlinks */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the
|
* NOTE: ENAMETOOLONG and ENOTEMPTY conflict with definitions in the
|
||||||
* sockets.h header provided with windows32api-0.1.2.
|
* sockets.h header provided with windows32api-0.1.2.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user