summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson <rth@dorothy.sfbay.redhat.com>2003-02-18 02:12:20 -0800
committerRichard Henderson <rth@kanga.twiddle.net>2003-02-18 02:12:20 -0800
commit2f3c289f597db513457baa65ba4bf818bf937f75 (patch)
tree292790a2a33ffd0c6a42daca5ceb401feb7537da /include
parent7432650f9833792379d3f5135f60e56423433ab6 (diff)
[ALPHA] Add clockid_t and timer_t for posix clocks.
Diffstat (limited to 'include')
-rw-r--r--include/asm-alpha/posix_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-alpha/posix_types.h b/include/asm-alpha/posix_types.h
index ae871df5cefa..723efbe8a5ed 100644
--- a/include/asm-alpha/posix_types.h
+++ b/include/asm-alpha/posix_types.h
@@ -28,6 +28,8 @@ typedef char * __kernel_caddr_t;
typedef unsigned long __kernel_sigset_t; /* at least 32 bits */
typedef unsigned short __kernel_uid16_t;
typedef unsigned short __kernel_gid16_t;
+typedef int __kernel_clockid_t;
+typedef int __kernel_timer_t;
typedef struct {
int val[2];