[PATCH] Define __kernel_timer_t and __kernel_clockid_t on v850

Miles Bader (miles@lsi.nec.co.jp)
Wed, 5 Mar 2003 16:31:10 +0900 (JST)


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 <miles@gnu.org>
+ * Copyright (C) 2001,02,03 NEC Electronics Corporation
+ * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
*
* 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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/