Print this page
5798 fexecve() needed per POSIX 2008

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/i386/Makefile.com
          +++ new/usr/src/lib/libc/i386/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) 2004, 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=    i386
↓ open down ↓ 857 lines elided ↑ open up ↑
 893  893          acctctl.o               \
 894  894          bsd_signal.o            \
 895  895          chmod.o                 \
 896  896          chown.o                 \
 897  897          corectl.o               \
 898  898          exacctsys.o             \
 899  899          execl.o                 \
 900  900          execle.o                \
 901  901          execv.o                 \
 902  902          fcntl.o                 \
      903 +        fexecve.o               \
 903  904          getpagesizes.o          \
 904  905          getpeerucred.o          \
 905  906          inst_sync.o             \
 906  907          issetugid.o             \
 907  908          label.o                 \
 908  909          link.o                  \
 909  910          lockf.o                 \
 910  911          lwp.o                   \
 911  912          lwp_cond.o              \
 912  913          lwp_rwlock.o            \
↓ open down ↓ 392 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX