forked from Imagelibrary/rtems
2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync with newlib's <machine/types.h>. * rtems/rtems_bsdnet_internal.h: newlib now includes definition of struct itimerval in <sys/time.h>.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* POSIX include files merged into newlib. This resulted in
|
||||
some definitions moving to other files and thus some secondary
|
||||
effects in RTEMS source code.
|
||||
* machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
|
||||
with newlib's <machine/types.h>.
|
||||
* rtems/rtems_bsdnet_internal.h: newlib now includes definition
|
||||
of struct itimerval in <sys/time.h>.
|
||||
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
|
||||
@@ -26,6 +26,8 @@ typedef unsigned8 u_int8_t;
|
||||
|
||||
#define _CLOCK_T_ unsigned long
|
||||
#define _TIME_T_ long
|
||||
#define _CLOCKID_T_ unsigned long
|
||||
#define _TIMER_T_ unsigned long
|
||||
|
||||
#ifdef _COMPILING_BSD_KERNEL_
|
||||
#include <rtems/rtems_bsdnet_internal.h>
|
||||
|
||||
@@ -28,10 +28,12 @@ typedef unsigned int vm_size_t;
|
||||
#include "../machine/param.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
/*
|
||||
struct itimerval {
|
||||
struct timeval it_interval;
|
||||
struct timeval it_value;
|
||||
};
|
||||
*/
|
||||
struct mdproc {
|
||||
int md_flags;
|
||||
int *md_regs;
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* POSIX include files merged into newlib. This resulted in
|
||||
some definitions moving to other files and thus some secondary
|
||||
effects in RTEMS source code.
|
||||
* machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
|
||||
with newlib's <machine/types.h>.
|
||||
* rtems/rtems_bsdnet_internal.h: newlib now includes definition
|
||||
of struct itimerval in <sys/time.h>.
|
||||
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
|
||||
@@ -26,6 +26,8 @@ typedef unsigned8 u_int8_t;
|
||||
|
||||
#define _CLOCK_T_ unsigned long
|
||||
#define _TIME_T_ long
|
||||
#define _CLOCKID_T_ unsigned long
|
||||
#define _TIMER_T_ unsigned long
|
||||
|
||||
#ifdef _COMPILING_BSD_KERNEL_
|
||||
#include <rtems/rtems_bsdnet_internal.h>
|
||||
|
||||
@@ -28,10 +28,12 @@ typedef unsigned int vm_size_t;
|
||||
#include "../machine/param.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
/*
|
||||
struct itimerval {
|
||||
struct timeval it_interval;
|
||||
struct timeval it_value;
|
||||
};
|
||||
*/
|
||||
struct mdproc {
|
||||
int md_flags;
|
||||
int *md_regs;
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* POSIX include files merged into newlib. This resulted in
|
||||
some definitions moving to other files and thus some secondary
|
||||
effects in RTEMS source code.
|
||||
* machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
|
||||
with newlib's <machine/types.h>.
|
||||
* rtems/rtems_bsdnet_internal.h: newlib now includes definition
|
||||
of struct itimerval in <sys/time.h>.
|
||||
|
||||
2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||
|
||||
@@ -26,6 +26,8 @@ typedef unsigned8 u_int8_t;
|
||||
|
||||
#define _CLOCK_T_ unsigned long
|
||||
#define _TIME_T_ long
|
||||
#define _CLOCKID_T_ unsigned long
|
||||
#define _TIMER_T_ unsigned long
|
||||
|
||||
#ifdef _COMPILING_BSD_KERNEL_
|
||||
#include <rtems/rtems_bsdnet_internal.h>
|
||||
|
||||
@@ -28,10 +28,12 @@ typedef unsigned int vm_size_t;
|
||||
#include "../machine/param.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
/*
|
||||
struct itimerval {
|
||||
struct timeval it_interval;
|
||||
struct timeval it_value;
|
||||
};
|
||||
*/
|
||||
struct mdproc {
|
||||
int md_flags;
|
||||
int *md_regs;
|
||||
|
||||
Reference in New Issue
Block a user