浏览代码

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 年之前
父节点
当前提交
8aae3af140
共有 1 个文件被更改,包括 1 次插入1 次删除
  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."