Changeset e253b4d in rtems
- Timestamp:
- 11/01/00 21:20:01 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ae05bf
- Parents:
- 042e156d
- Location:
- c/src/lib/libbsp/m68k/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/shared/ChangeLog
r042e156d re253b4d 1 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h, 4 and libcsupport.h moved from libc to lib/include/rtems and 5 now must be referenced as <rtems/XXX.h>. Header file order 6 was cleaned up while doing this. 7 1 8 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/lib/libbsp/m68k/shared/m68kpretaskinghook.c
r042e156d re253b4d 14 14 */ 15 15 16 #include <rtems.h>17 16 #include <bsp.h> 18 #include <libcsupport.h> 17 #include <rtems/libio.h> 18 #include <rtems/libcsupport.h> 19 19 20 20 /*
Note: See TracChangeset
for help on using the changeset viewer.