[PATCH] compatibility syscall layer
This is the generic part of the start of the compatibility syscall layer. I think I have made it generic enough that each architecture can define what compatibility means. To use this, an architecture must create asm/compat.h and provide typedefs for (currently) 'compat_time_t', 'struct compat_timeval' and 'struct compat_timespec'.
Showing
include/linux/compat.h
0 → 100644
kernel/compat.c
0 → 100644
Please register or sign in to comment