diff options
author | Roland McGrath <roland@gnu.org> | 2008-05-11 00:44:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-05-11 00:44:42 +0000 |
commit | 19928ef0ae5bc5f1da081340440c083213d82150 (patch) | |
tree | 796d4d3941aab5e318bac9b4d00f1da23ea41b51 | |
parent | b29899ae10cde6fd5f79ed3c3b1afe041d418bf0 (diff) | |
download | glibc-19928ef0ae5bc5f1da081340440c083213d82150.tar glibc-19928ef0ae5bc5f1da081340440c083213d82150.tar.gz glibc-19928ef0ae5bc5f1da081340440c083213d82150.tar.bz2 glibc-19928ef0ae5bc5f1da081340440c083213d82150.zip |
[BZ #6505]
2008-05-10 Roland McGrath <roland@redhat.com>
[BZ #6505]
* sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/user.h b/sysdeps/unix/sysv/linux/sys/user.h index 30e9b57ab7..03e56c3d7f 100644 --- a/sysdeps/unix/sysv/linux/sys/user.h +++ b/sysdeps/unix/sysv/linux/sys/user.h @@ -1 +1 @@ -#include <linux/user.h> +#error "This file is machine-dependent and not provided for this machine." |