1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

powerpc: Installed-header hygiene

Fix powerpc-specific headers:
 - Make it compatible to C89 by replace references to inline by __inline__.
 - Get the definition of sigset_t used by
   sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h.
 - Includes missing header file.
This commit is contained in:
Tulio Magno Quites Machado Filho
2016-10-04 10:54:40 -03:00
parent 7125ad021d
commit 22938c4103
4 changed files with 23 additions and 9 deletions

View File

@ -19,6 +19,7 @@
#define _SYS_UCONTEXT_H 1
#include <features.h>
#define __need_sigset_t
#include <signal.h>
/* We need the signal context definitions even if they are not exposed