diff options
author | Gary Mills <gary_mills@fastmail.fm> | 2016-01-14 20:46:24 -0600 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-01-16 13:21:41 -0800 |
commit | 696be233fd50b992c5f28974cd022f078f832272 (patch) | |
tree | c03b380bfbaa7ccafeae90bcfe54ff2f694f42eb | |
parent | 0d5ae8c1274da6a6c74059317942eea625104946 (diff) | |
download | illumos-joyent-696be233fd50b992c5f28974cd022f078f832272.tar.gz |
6556 64-bit SPARC libc needs signalfd.o too
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/lib/libc/sparcv9/Makefile.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libc/sparcv9/Makefile.com b/usr/src/lib/libc/sparcv9/Makefile.com index 5f8e513ac7..e3731ab1e4 100644 --- a/usr/src/lib/libc/sparcv9/Makefile.com +++ b/usr/src/lib/libc/sparcv9/Makefile.com @@ -19,6 +19,7 @@ # CDDL HEADER END # # +# Copyright 2016 Gary Mills # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2015, Joyent, Inc. All rights reserved. # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. @@ -921,6 +922,7 @@ PORTSYS= \ sidsys.o \ siginterrupt.o \ signal.o \ + signalfd.o \ sigpending.o \ sigstack.o \ stat.o \ |