From a70d09955b8fe499a1368b1701971f206cf6d752 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 15 Oct 2001 22:22:32 +0000 Subject: Merged patch from pre-glibc-2.2.4 files --- libc/sysdeps/linux/powerpc/bits/sigset.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/powerpc/bits/sigset.h') diff --git a/libc/sysdeps/linux/powerpc/bits/sigset.h b/libc/sysdeps/linux/powerpc/bits/sigset.h index 7ccadda45..900deadac 100644 --- a/libc/sysdeps/linux/powerpc/bits/sigset.h +++ b/libc/sysdeps/linux/powerpc/bits/sigset.h @@ -97,6 +97,8 @@ typedef struct # endif # endif +__BEGIN_DECLS + /* These functions needn't check for a bogus signal number -- error checking is done in the non __ versions. */ @@ -121,5 +123,6 @@ __SIGSETFN (__sigdelset, ((__set->__val[__word] &= ~__mask), 0), ) # undef __SIGSETFN # endif +__END_DECLS #endif /* ! _SIGSET_H_fns. */ -- cgit v1.2.3