Add EISDIR, EOPNOTSUPP; tidy up formatting.

This commit is contained in:
Ulrich Drepper 1997-08-10 17:51:30 +00:00
parent 5cd503e5c1
commit b50d0b3659

View File

@ -49,6 +49,8 @@
# define EPERM 21
# define ENOTDIR 22
# define ESTALE 23
# define EISDIR 24
# define EOPNOTSUPP 25 /* Operation not supported. */
#endif
#define __set_errno(val) errno = (val)