Commit 2f3c289f authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson

[ALPHA] Add clockid_t and timer_t for posix clocks.

parent 7432650f
...@@ -28,6 +28,8 @@ typedef char * __kernel_caddr_t; ...@@ -28,6 +28,8 @@ typedef char * __kernel_caddr_t;
typedef unsigned long __kernel_sigset_t; /* at least 32 bits */ typedef unsigned long __kernel_sigset_t; /* at least 32 bits */
typedef unsigned short __kernel_uid16_t; typedef unsigned short __kernel_uid16_t;
typedef unsigned short __kernel_gid16_t; typedef unsigned short __kernel_gid16_t;
typedef int __kernel_clockid_t;
typedef int __kernel_timer_t;
typedef struct { typedef struct {
int val[2]; int val[2];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment