X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/c06638d2e57a3230381daf1ccce3cf0dfd0eaa92..51f012d0ec4f0ad687159ed6685b73f90f1cfc71:/l4/pkg/uclibc/lib/contrib/uclibc/libc/signal/sigfillset.c diff --git a/l4/pkg/uclibc/lib/contrib/uclibc/libc/signal/sigfillset.c b/l4/pkg/uclibc/lib/contrib/uclibc/libc/signal/sigfillset.c index 951e76b79..5ef4c829c 100644 --- a/l4/pkg/uclibc/lib/contrib/uclibc/libc/signal/sigfillset.c +++ b/l4/pkg/uclibc/lib/contrib/uclibc/libc/signal/sigfillset.c @@ -12,14 +12,18 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ -#include #include -#include - +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ +# include /* SIGCANCEL */ +#endif +#if 0 +#define __need_NULL +#include +#include +#endif /* Set all signals in SET. */ int @@ -46,4 +50,3 @@ sigfillset (sigset_t *set) return 0; } -libc_hidden_def(sigfillset)