Print this page
5798 fexecve() needed per POSIX 2008

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/sparc/Makefile.com
          +++ new/usr/src/lib/libc/sparc/Makefile.com
↓ open down ↓ 14 lines elided ↑ open up ↑
  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   22  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
  24   24  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  25      -# Copyright 2013 Garrett D'Amore <garrett@damore.org>
       25 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  26   26  #
  27   27  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28   28  # Use is subject to license terms.
  29   29  #
  30   30  
  31   31  LIBCDIR=        $(SRC)/lib/libc
  32   32  LIB_PIC=        libc_pic.a
  33   33  VERS=           .1
  34   34  CPP=            /usr/lib/cpp
  35   35  TARGET_ARCH=    sparc
↓ open down ↓ 891 lines elided ↑ open up ↑
 927  927          acctctl.o               \
 928  928          bsd_signal.o            \
 929  929          chmod.o                 \
 930  930          chown.o                 \
 931  931          corectl.o               \
 932  932          exacctsys.o             \
 933  933          execl.o                 \
 934  934          execle.o                \
 935  935          execv.o                 \
 936  936          fcntl.o                 \
      937 +        fexecve.o               \
 937  938          getpagesizes.o          \
 938  939          getpeerucred.o          \
 939  940          inst_sync.o             \
 940  941          issetugid.o             \
 941  942          label.o                 \
 942  943          link.o                  \
 943  944          lockf.o                 \
 944  945          lwp.o                   \
 945  946          lwp_cond.o              \
 946  947          lwp_rwlock.o            \
↓ open down ↓ 436 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX