summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/machine
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:37:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 16:37:16 +0000
commit3e597933ff58732e09d4d1ce5bd02d39737cb8c8 (patch)
treef7b1dd9ed51e84ffcc15b014210fcafb6f5b1a4e /cpukit/libnetworking/machine
parent2000-10-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3e597933ff58732e09d4d1ce5bd02d39737cb8c8.tar.bz2
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>.
Diffstat (limited to 'cpukit/libnetworking/machine')
-rw-r--r--cpukit/libnetworking/machine/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/machine/types.h b/cpukit/libnetworking/machine/types.h
index 8383448bb3..5e1f327e6f 100644
--- a/cpukit/libnetworking/machine/types.h
+++ b/cpukit/libnetworking/machine/types.h
@@ -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>