diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-12-17 10:34:44 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-12-17 10:34:44 -0800 |
commit | ccca0e6e2bd824370e4b9d98893324bfd532cf91 (patch) | |
tree | 4d2d698574899742649d7c8dcfe3d0192dcd31ef | |
parent | b297a3d5132f512c9c1712d90fdf399011a6eb63 (diff) | |
download | glibc-ccca0e6e2bd824370e4b9d98893324bfd532cf91.zip glibc-ccca0e6e2bd824370e4b9d98893324bfd532cf91.tar.gz glibc-ccca0e6e2bd824370e4b9d98893324bfd532cf91.tar.bz2 |
Placeholder sigaction.c
-rw-r--r-- | sysdeps/nacl/sigaction.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/nacl/sigaction.c b/sysdeps/nacl/sigaction.c new file mode 100644 index 0000000..8fb9f82 --- /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. */ |