Changeset 7a3878b in rtems for c/src/exec/include
- Timestamp:
- Dec 3, 1998, 10:17:13 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5822f43
- Parents:
- af73d86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/include/rtems/libio_.h
raf73d86 r7a3878b 28 28 #include <assert.h> 29 29 #include <stdarg.h> 30 #include <errno.h> 30 31 31 32 #if ! defined(O_NDELAY) … … 35 36 # define O_NDELAY _FNBIO 36 37 # endif 38 #endif 39 40 #if !defined(ENOTSUP) 41 #define ENOTSUP EOPNOTSUPP 37 42 #endif 38 43
Note: See TracChangeset
for help on using the changeset viewer.