Changeset e253b4d in rtems


Ignore:
Timestamp:
11/01/00 21:20:01 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1ae05bf
Parents:
042e156d
Message:

2000-11-01 Joel Sherrill <joel@…>

  • shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
Location:
c/src/lib/libbsp/m68k/shared
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/shared/ChangeLog

    r042e156d re253b4d  
     12000-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
    182000-08-10      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/lib/libbsp/m68k/shared/m68kpretaskinghook.c

    r042e156d re253b4d  
    1414 */
    1515
    16 #include <rtems.h>
    1716#include <bsp.h>
    18 #include <libcsupport.h>
     17#include <rtems/libio.h>
     18#include <rtems/libcsupport.h>
    1919
    2020/*
Note: See TracChangeset for help on using the changeset viewer.