diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-26 15:51:06 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-26 15:51:10 -0400 |
commit | 8aae3af140c6833c146dce707f9960b1ad79f043 (patch) | |
tree | 6e220b904dd13ac05d906aa64ab796409d3dd90a /libc | |
parent | 5b355d314e632c084917767901119ae0bda5c9b6 (diff) |
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>
Diffstat (limited to 'libc')
-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." |