Print this page
13111 Want futimes() and lutimes() functions
Change-ID: I3be82d4242255a4100f8c35db373eb9140402fc4

Split Close
Expand all
Collapse all
          --- old/usr/src/test/libc-tests/tests/Makefile
          +++ new/usr/src/test/libc-tests/tests/Makefile
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012 by Delphix. All rights reserved.
  14   14  # Copyright 2015 Garrett D'Amore <garrett@damore.org>
  15   15  # Copyright 2019 Joyent, Inc.
       16 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  16   17  #
  17   18  
  18   19  SUBDIRS = \
  19   20          catopen \
  20   21          fpround \
  21   22          i18n \
  22   23          newlocale \
  23   24          nl_langinfo \
  24   25          priv_gettext \
  25   26          random \
↓ open down ↓ 19 lines elided ↑ open up ↑
  45   46          printf-9511 \
  46   47          psignal-5097 \
  47   48          quick_exit_order \
  48   49          quick_exit_status \
  49   50          set_constraint_handler_s \
  50   51          strcoll-strxfrm-6907 \
  51   52          timespec_get \
  52   53          wcsncasecmp \
  53   54          wcsncasecmp-7344 \
  54   55          wcsncasecmp-7350 \
  55      -        uchar
       56 +        uchar \
       57 +        utimes
  56   58  
  57   59  SCRIPTS = \
  58   60          quick_exit \
  59   61          psignal
  60   62  
  61   63  CPPFLAGS += -D_REENTRANT
  62   64  
  63   65  PROGS32 = $(PROGS:%=%.32)
  64   66  PROGS64 = \
  65   67          $(PROGS:%=%.64) \
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX