mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 19:53:32 +08:00
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
1
sysdeps/hurd/include/sys/msg.h
Normal file
1
sysdeps/hurd/include/sys/msg.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sysvipc/sys/msg.h>
|
1
sysdeps/hurd/include/sys/sem.h
Normal file
1
sysdeps/hurd/include/sys/sem.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sysvipc/sys/sem.h>
|
1
sysdeps/hurd/include/sys/shm.h
Normal file
1
sysdeps/hurd/include/sys/shm.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sysvipc/sys/shm.h>
|
Loading…
Reference in New Issue
Block a user