diff options
Diffstat (limited to 'system/features.h')
| -rw-r--r-- | system/features.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/features.h b/system/features.h new file mode 100644 index 0000000..507b5ff --- /dev/null +++ b/system/features.h @@ -0,0 +1,7 @@ +/* use __errno_location instead of errno */ +#define WANT_THREAD_SAFE + +/* on i386, Linux has an alternate syscall method since 2002/12/16 */ +/* on my Athlon XP, it is twice as fast, but it's only in kernel 2.5 */ +/* 20040118: enabling this breaks User Mode Linux! It's their fault. */ +#define WANT_SYSENTER |
