Changeset 485e80fa in rtems
- Timestamp:
- 04/16/02 13:23:40 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f918e74
- Parents:
- b5c5bbcf
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
rb5c5bbcf r485e80fa 1 2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Add stdint.h and inttypes.h. 4 (reported by Mike Siers <mikes@poliac.com>) 5 * include/stdint.h: New file. 6 * include/inttypes.h: New file. 7 1 8 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/include/Makefile.am
rb5c5bbcf r485e80fa 6 6 include_HEADERS = chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \ 7 7 spurious.h timerdrv.h vmeintr.h 8 9 LIBC_HFILES = stdint.h inttypes.h 10 include_HEADERS += $(LIBC_HFILES) 8 11 9 12 PREINSTALL_FILES = $(PROJECT_INCLUDE) \
Note: See TracChangeset
for help on using the changeset viewer.