Changeset d741406c in rtems
- Timestamp:
- Jun 14, 1999, 8:18:13 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4ecc390
- Parents:
- 0ac8e382
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/readdir.c
r0ac8e382 rd741406c 43 43 #include <dirent.h> 44 44 45 longgetdents(45 int getdents( 46 46 int dd_fd, 47 47 char *dd_buf, -
c/src/lib/libc/readdir.c
r0ac8e382 rd741406c 43 43 #include <dirent.h> 44 44 45 longgetdents(45 int getdents( 46 46 int dd_fd, 47 47 char *dd_buf, -
cpukit/libcsupport/src/readdir.c
r0ac8e382 rd741406c 43 43 #include <dirent.h> 44 44 45 longgetdents(45 int getdents( 46 46 int dd_fd, 47 47 char *dd_buf,
Note: See TracChangeset
for help on using the changeset viewer.