Commit 11d38e01 authored by James Morris's avatar James Morris Committed by David S. Miller

[SPARC64]: Define COMPAT_USER_HZ and compat_clock_t.

parent 54164c1d
......@@ -5,9 +5,12 @@
*/
#include <linux/types.h>
#define COMPAT_USER_HZ 100
typedef u32 compat_size_t;
typedef s32 compat_ssize_t;
typedef s32 compat_time_t;
typedef s32 compat_clock_t;
struct compat_timespec {
compat_time_t tv_sec;
......
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