From: Roland McGrath Date: Wed, 17 Dec 2014 18:34:44 +0000 (-0800) Subject: Placeholder sigaction.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccca0e6e2bd824370e4b9d98893324bfd532cf91;p=thirdparty%2Fglibc.git Placeholder sigaction.c --- diff --git a/sysdeps/nacl/sigaction.c b/sysdeps/nacl/sigaction.c new file mode 100644 index 00000000000..8fb9f824d0c --- /dev/null +++ b/sysdeps/nacl/sigaction.c @@ -0,0 +1,2 @@ +/* This placeholder file prevents nptl/sigaction.c from being compiled. + For NaCl, there is no need for a separate sigaction in libpthread. */