Changeset 04e4829 in rtems for c/src/lib/include
- Timestamp:
- 07/06/00 14:04:29 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 42ed3004
- Parents:
- c2f39fff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/sys/Makefile.am
rc2f39fff r04e4829 10 10 endif 11 11 12 if UNIX 13 else 14 NEWLIB_H_FILES += termios.h 12 if NEWLIB 13 NEWLIB_H_FILES += termios.h cdefs.h 15 14 endif 16 15 17 H_FILES = cdefs.hioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)16 H_FILES = ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) 18 17 19 18 noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
Note: See TracChangeset
for help on using the changeset viewer.