mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -18,6 +18,7 @@
|
||||
#ifndef _SYS_USER_H
|
||||
|
||||
#define _SYS_USER_H 1
|
||||
#include <stddef.h>
|
||||
#include <features.h>
|
||||
|
||||
#include <asm/ptrace.h>
|
||||
|
Reference in New Issue
Block a user