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:
Joel Sherrill
2000-10-31 16:37:16 +00:00
parent 7ede0e7698
commit 3e597933ff
9 changed files with 42 additions and 0 deletions

View File

@@ -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.

View File

@@ -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>

View File

@@ -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;

View File

@@ -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.

View File

@@ -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>

View File

@@ -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;

View File

@@ -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.

View File

@@ -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>

View File

@@ -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;