Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
8aae3af140
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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."