Print this page
5386 want openpty(), forkpty(), etc.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/sparcv9/Makefile.com
          +++ new/usr/src/lib/libc/sparcv9/Makefile.com
↓ open down ↓ 16 lines elided ↑ open up ↑
  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   25  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26   26  #
  27      -# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
       27 +# Copyright 2015 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
  36   36  
  37   37  # objects are grouped by source directory
↓ open down ↓ 474 lines elided ↑ open up ↑
 512  512          posix_fadvise.o         \
 513  513          posix_fallocate.o       \
 514  514          posix_madvise.o         \
 515  515          posix_memalign.o        \
 516  516          priocntl.o              \
 517  517          privlib.o               \
 518  518          priv_str_xlate.o        \
 519  519          psiginfo.o              \
 520  520          psignal.o               \
 521  521          pt.o                    \
      522 +        pty.o                   \
 522  523          putpwent.o              \
 523  524          putspent.o              \
 524  525          raise.o                 \
 525  526          rand.o                  \
 526  527          random.o                \
 527  528          rctlops.o               \
 528  529          readdir.o               \
 529  530          readdir_r.o             \
 530  531          realpath.o              \
 531  532          reboot.o                \
↓ open down ↓ 780 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX