Print this page
5798 fexecve() needed per POSIX 2008

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/amd64/Makefile
          +++ new/usr/src/lib/libc/amd64/Makefile
↓ 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  #
       25 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   26  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  26      -# Copyright 2013 Garrett D'Amore <garrett@damore.org>
  27   27  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  28   28  # Use is subject to license terms.
  29   29  #
  30   30  
  31   31  LIBCBASE=       .
  32   32  LIBCDIR=        $(SRC)/lib/libc
  33   33  LIBRARY=        libc.a
  34   34  LIB_PIC=        libc_pic.a
  35   35  VERS=           .1
  36   36  CPP=            /usr/lib/cpp
↓ open down ↓ 816 lines elided ↑ open up ↑
 853  853          acctctl.o               \
 854  854          bsd_signal.o            \
 855  855          chmod.o                 \
 856  856          chown.o                 \
 857  857          corectl.o               \
 858  858          exacctsys.o             \
 859  859          execl.o                 \
 860  860          execle.o                \
 861  861          execv.o                 \
 862  862          fcntl.o                 \
      863 +        fexecve.o               \
 863  864          getpagesizes.o          \
 864  865          getpeerucred.o          \
 865  866          inst_sync.o             \
 866  867          issetugid.o             \
 867  868          label.o                 \
 868  869          link.o                  \
 869  870          lockf.o                 \
 870  871          lwp.o                   \
 871  872          lwp_cond.o              \
 872  873          lwp_rwlock.o            \
↓ open down ↓ 358 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX