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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man2/Makefile
          +++ new/usr/src/man/man2/Makefile
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright 2013, OmniTI Computer Consulting, Inc
  15   15  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  16   16  # Copyright (c) 2018, Joyent, Inc.  All rights reserved.
  17   17  # Copyright 2017 Peter Tribble
       18 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  18   19  #
  19   20  
  20   21  include         $(SRC)/Makefile.master
  21   22  
  22   23  MANSECT=        2
  23   24  
  24   25  MANFILES=       Intro.2                 \
  25   26                  __sparc_utrap_install.2 \
  26   27                  _lwp_cond_signal.2      \
  27   28                  _lwp_cond_wait.2        \
↓ open down ↓ 161 lines elided ↑ open up ↑
 189  190                  fchown.2                        \
 190  191                  fchownat.2                      \
 191  192                  fchroot.2                       \
 192  193                  fork1.2                         \
 193  194                  forkall.2                       \
 194  195                  forkallx.2                      \
 195  196                  forkx.2                         \
 196  197                  fstat.2                         \
 197  198                  fstatat.2                       \
 198  199                  fstatvfs.2                      \
      200 +                futimes.2                       \
 199  201                  futimesat.2                     \
 200  202                  futimens.2                      \
 201  203                  getaudit_addr.2                 \
 202  204                  getegid.2                       \
 203  205                  geteuid.2                       \
 204  206                  getgid.2                        \
 205  207                  getpgid.2                       \
 206  208                  getpgrp.2                       \
 207  209                  getpmsg.2                       \
 208  210                  getppid.2                       \
 209  211                  getprojid.2                     \
 210  212                  getrctl.2                       \
 211  213                  gettaskid.2                     \
 212  214                  intro.2                         \
 213  215                  lchown.2                        \
 214  216                  linkat.2                        \
 215  217                  lstat.2                         \
      218 +                lutimes.2                       \
 216  219                  mkdirat.2                       \
 217  220                  mknodat.2                       \
 218  221                  openat.2                        \
 219  222                  pathconf.2                      \
 220  223                  pipe2.2                         \
 221  224                  ppoll.2                         \
 222  225                  pread.2                         \
 223  226                  preadv.2                        \
 224  227                  pset_assign.2                   \
 225  228                  pset_destroy.2                  \
↓ open down ↓ 163 lines elided ↑ open up ↑
 389  392  fstatat.2                       := LINKSRC = stat.2
 390  393  lstat.2                         := LINKSRC = stat.2
 391  394  
 392  395  fstatvfs.2                      := LINKSRC = statvfs.2
 393  396  
 394  397  umount2.2                       := LINKSRC = umount.2
 395  398  
 396  399  unlinkat.2                      := LINKSRC = unlink.2
 397  400  
 398  401  futimens.2                      := LINKSRC = utimes.2
      402 +futimes.2                       := LINKSRC = utimes.2
 399  403  futimesat.2                     := LINKSRC = utimes.2
      404 +lutimes.2                       := LINKSRC = utimes.2
 400  405  utimensat.2                     := LINKSRC = utimes.2
 401  406  
 402  407  vforkx.2                        := LINKSRC = vfork.2
 403  408  
 404  409  pwrite.2                        := LINKSRC = write.2
 405  410  writev.2                        := LINKSRC = write.2
 406  411  pwritev.2                       := LINKSRC = write.2
 407  412  
 408  413  .KEEP_STATE:
 409  414  
 410  415  include         $(SRC)/man/Makefile.man
 411  416  
 412  417  install:        $(ROOTMANFILES) $(ROOTMANLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX