mirror of git://sourceware.org/git/glibc.git
hurd: Fix build-many-glibcs.py
It fixes the issue report by Joseph [1]. Checked with a build-many-glibcs.py build for i686-gnu. [1] https://sourceware.org/pipermail/libc-alpha/2020-July/116134.html
This commit is contained in:
parent
107e6a3c22
commit
3486924dc7
|
|
@ -0,0 +1 @@
|
|||
#include <sysvipc/sys/msg.h>
|
||||
|
|
@ -0,0 +1 @@
|
|||
#include <sysvipc/sys/sem.h>
|
||||
|
|
@ -0,0 +1 @@
|
|||
#include <sysvipc/sys/shm.h>
|
||||
Loading…
Reference in New Issue