Browse Source

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>
Mike Frysinger 16 years ago
parent
commit
8aae3af140
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/sys/user.h

+ 1 - 1
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."