Print this page
6556 64-bit SPARC libc needs signalfd.o too

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/sparcv9/Makefile.com
          +++ new/usr/src/lib/libc/sparcv9/Makefile.com
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
       22 +# Copyright 2016 Gary Mills
  22   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   24  # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24   25  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25   26  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26   27  #
  27   28  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28   29  # Use is subject to license terms.
  29   30  #
  30   31  
  31   32  LIBCDIR=        $(SRC)/lib/libc
↓ open down ↓ 882 lines elided ↑ open up ↑
 914  915          readlink.o              \
 915  916          rename.o                \
 916  917          sbrk.o                  \
 917  918          semsys.o                \
 918  919          set_errno.o             \
 919  920          sharefs.o               \
 920  921          shmsys.o                \
 921  922          sidsys.o                \
 922  923          siginterrupt.o          \
 923  924          signal.o                \
      925 +        signalfd.o              \
 924  926          sigpending.o            \
 925  927          sigstack.o              \
 926  928          stat.o                  \
 927  929          symlink.o               \
 928  930          tasksys.o               \
 929  931          time.o                  \
 930  932          time_util.o             \
 931  933          timerfd.o               \
 932  934          ucontext.o              \
 933  935          unlink.o                \
↓ open down ↓ 381 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX