Quellcode durchsuchen

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 vor 16 Jahren
Ursprung
Commit
8aae3af140
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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."