Print this page
5798 fexecve() needed per POSIX 2008

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/sparcv9/Makefile.com
          +++ new/usr/src/lib/libc/sparcv9/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 ↓ 835 lines elided ↑ open up ↑
 871  871          acctctl.o               \
 872  872          bsd_signal.o            \
 873  873          chmod.o                 \
 874  874          chown.o                 \
 875  875          corectl.o               \
 876  876          exacctsys.o             \
 877  877          execl.o                 \
 878  878          execle.o                \
 879  879          execv.o                 \
 880  880          fcntl.o                 \
      881 +        fexecve.o               \
 881  882          getpagesizes.o          \
 882  883          getpeerucred.o          \
 883  884          inst_sync.o             \
 884  885          issetugid.o             \
 885  886          label.o                 \
 886  887          link.o                  \
 887  888          lockf.o                 \
 888  889          lwp.o                   \
 889  890          lwp_cond.o              \
 890  891          lwp_rwlock.o            \
↓ open down ↓ 409 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX