summaryrefslogtreecommitdiff
path: root/system/gcc/332-gccgo-sysinfo.patch
blob: 822bc53c98b64dd717536ee55db456200e6ee637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gcc-8.3.0/libgo/sysinfo.c.old	2018-06-22 14:25:34.000000000 +0000
+++ gcc-8.3.0/libgo/sysinfo.c	2019-02-27 20:18:38.740000000 +0000
@@ -73,9 +73,6 @@
 #include <sys/times.h>
 #include <sys/wait.h>
 #include <sys/un.h>
-#if defined(HAVE_SYS_USER_H)
-#include <sys/user.h>
-#endif
 #if defined(HAVE_SYS_UTSNAME_H)
 #include <sys/utsname.h>
 #endif