2003-03-05 07:23:36

by Miles Bader

[permalink] [raw]
Subject: [PATCH] Define __kernel_timer_t and __kernel_clockid_t on v850

diff -ruN -X../cludes linux-2.5.64-moo.orig/include/asm-v850/posix_types.h linux-2.5.64-moo/include/asm-v850/posix_types.h
--- linux-2.5.64-moo.orig/include/asm-v850/posix_types.h 2002-11-05 11:25:32.000000000 +0900
+++ linux-2.5.64-moo/include/asm-v850/posix_types.h 2003-03-05 14:47:11.000000000 +0900
@@ -1,8 +1,8 @@
/*
* include/asm-v850/posix_types.h -- Kernel versions of standard types
*
- * Copyright (C) 2001,02 NEC Corporation
- * Copyright (C) 2001,02 Miles Bader <[email protected]>
+ * Copyright (C) 2001,02,03 NEC Electronics Corporation
+ * Copyright (C) 2001,02,03 Miles Bader <[email protected]>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -31,6 +31,8 @@
typedef long __kernel_time_t;
typedef long __kernel_suseconds_t;
typedef long __kernel_clock_t;
+typedef int __kernel_timer_t;
+typedef int __kernel_clockid_t;
typedef int __kernel_daddr_t;
typedef char * __kernel_caddr_t;
typedef unsigned short __kernel_uid16_t;