summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-17 10:34:44 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-17 10:34:44 -0800
commitccca0e6e2bd824370e4b9d98893324bfd532cf91 (patch)
tree4d2d698574899742649d7c8dcfe3d0192dcd31ef
parentb297a3d5132f512c9c1712d90fdf399011a6eb63 (diff)
downloadglibc-ccca0e6e2bd824370e4b9d98893324bfd532cf91.tar.gz
Placeholder sigaction.c
-rw-r--r--sysdeps/nacl/sigaction.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/nacl/sigaction.c b/sysdeps/nacl/sigaction.c
new file mode 100644
index 0000000000..8fb9f824d0
--- /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. */