diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-07-26 15:51:06 -0400 | 
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-08-19 12:44:24 -0700 | 
| commit | d1be505644f2b35aab3145069625efdcf1d12aed (patch) | |
| tree | 9fe5eb42078a8a156e0cb0249fc4cc48d316ea04 /libc/sysdeps/linux/common/sys | |
| parent | 29254341b9b2f13f3231f352fde0ecfa630a7c14 (diff) | |
| download | uClibc-alpine-d1be505644f2b35aab3145069625efdcf1d12aed.tar.bz2 uClibc-alpine-d1be505644f2b35aab3145069625efdcf1d12aed.tar.xz  | |
force arches to provide sys/user.h
Now that Linux is no longer installing linux/user.h, arches will have to
provide their own.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/common/sys')
| -rw-r--r-- | libc/sysdeps/linux/common/sys/user.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sys/user.h b/libc/sysdeps/linux/common/sys/user.h index 30e9b57ab..03e56c3d7 100644 --- a/libc/sysdeps/linux/common/sys/user.h +++ b/libc/sysdeps/linux/common/sys/user.h @@ -1 +1 @@ -#include <linux/user.h> +#error "This file is machine-dependent and not provided for this machine."  | 
