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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/sparc/Makefile.com
          +++ new/usr/src/lib/libc/sparc/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 ↓ 514 lines elided ↑ open up ↑
 552  552          posix_fadvise.o         \
 553  553          posix_fallocate.o       \
 554  554          posix_madvise.o         \
 555  555          posix_memalign.o        \
 556  556          priocntl.o              \
 557  557          privlib.o               \
 558  558          priv_str_xlate.o        \
 559  559          psiginfo.o              \
 560  560          psignal.o               \
 561  561          pt.o                    \
      562 +        pty.o                   \
 562  563          putpwent.o              \
 563  564          putspent.o              \
 564  565          raise.o                 \
 565  566          rand.o                  \
 566  567          random.o                \
 567  568          rctlops.o               \
 568  569          readdir.o               \
 569  570          readdir_r.o             \
 570  571          realpath.o              \
 571  572          reboot.o                \
↓ open down ↓ 823 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX