Changeset efec4b0 in rtems
- Timestamp:
- Jan 27, 2005, 1:32:25 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 16351f7a
- Parents:
- e49f4c78
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
re49f4c78 refec4b0 1 2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * libcsupport/src/lstat.c, libcsupport/src/readdir_r.c: 4 Include config.h. 5 1 6 2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org> 2 7 -
cpukit/libcsupport/src/lstat.c
re49f4c78 refec4b0 12 12 */ 13 13 14 #if HAVE_CONFIG_H 15 #include "config.h" 16 #endif 17 14 18 #define _STAT_NAME lstat 15 19 #define _STAT_R_NAME _lstat_r -
cpukit/libcsupport/src/readdir_r.c
re49f4c78 refec4b0 4 4 * $Id$ 5 5 */ 6 7 #if HAVE_CONFIG_H 8 #include "config.h" 9 #endif 6 10 7 11 #include <sys/types.h>
Note: See TracChangeset
for help on using the changeset viewer.