This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-26 23:10:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9bd40daae
glibc
/
sysdeps
/
unix
/
sysv
/
linux
/
mips
/
ipc_priv.h
2 lines
54 B
C
Raw
Normal View
History
Unescape
Escape
Remove mips dependency on alpha. This patch removes an unnecessary dependency of the mips port on alpha by including a powerpc file directly where previously the mips file included the alpha one which then included the powerpc one. * sysdeps/unix/sysv/linux/mips/ipc_priv.h: Directly include sysdeps/unix/sysv/linux/powerpc/ipc_priv.h instead of via sysdeps/unix/sysv/linux/alpha/ipc_priv.h.
2014-02-10 18:15:10 +00:00
#
include
<sysdeps/unix/sysv/linux/powerpc/ipc_priv.h>
Reference in New Issue
Copy Permalink