Changeset 1a3b281 in rtems
- Timestamp:
- 08/25/00 17:12:14 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b602c298
- Parents:
- 662678d1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/fs_null_handlers.c
r662678d1 r1a3b281 33 33 NULL, /* fsync */ 34 34 NULL, /* fdatasync */ 35 NULL /* fcntl */ 35 NULL, /* fcntl */ 36 NULL /* rmnod */ 36 37 }; -
c/src/lib/ChangeLog
r662678d1 r1a3b281 1 2 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> 3 4 * libc/fs_null_handlers.c: Added missing rmnod entry. 1 5 2 6 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> -
c/src/lib/libc/fs_null_handlers.c
r662678d1 r1a3b281 33 33 NULL, /* fsync */ 34 34 NULL, /* fdatasync */ 35 NULL /* fcntl */ 35 NULL, /* fcntl */ 36 NULL /* rmnod */ 36 37 }; -
cpukit/libcsupport/src/fs_null_handlers.c
r662678d1 r1a3b281 33 33 NULL, /* fsync */ 34 34 NULL, /* fdatasync */ 35 NULL /* fcntl */ 35 NULL, /* fcntl */ 36 NULL /* rmnod */ 36 37 };
Note: See TracChangeset
for help on using the changeset viewer.