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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3head/Makefile
          +++ new/usr/src/man/man3head/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
   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 Nexenta Systems, Inc.  All rights reserved.
  15   15  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
       16 +# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
  16   17  #
  17   18  
  18   19  include         $(SRC)/Makefile.master
  19   20  
  20   21  MANSECT=        3head
  21   22  
  22   23  MANFILES=       acct.h.3head            \
  23   24                  aio.h.3head             \
  24   25                  ar.h.3head              \
  25   26                  archives.h.3head        \
↓ open down ↓ 60 lines elided ↑ open up ↑
  86   87                  strings.h.3head         \
  87   88                  stropts.h.3head         \
  88   89                  syslog.h.3head          \
  89   90                  tar.h.3head             \
  90   91                  tcp.h.3head             \
  91   92                  termios.h.3head         \
  92   93                  tgmath.h.3head          \
  93   94                  time.h.3head            \
  94   95                  timeb.h.3head           \
  95   96                  times.h.3head           \
       97 +                timespec.3head          \
  96   98                  types.h.3head           \
  97   99                  types32.h.3head         \
  98  100                  uchar.h.3head           \
  99  101                  ucontext.h.3head        \
 100  102                  uio.h.3head             \
 101  103                  ulimit.h.3head          \
 102  104                  un.h.3head              \
 103  105                  unistd.h.3head          \
 104  106                  utime.h.3head           \
 105  107                  utmpx.h.3head           \
↓ open down ↓ 160 lines elided ↑ open up ↑
 266  268                  strings.3head           \
 267  269                  stropts.3head           \
 268  270                  syslog.3head            \
 269  271                  tar.3head               \
 270  272                  tcp.3head               \
 271  273                  termios.3head           \
 272  274                  tgmath.3head            \
 273  275                  time.3head              \
 274  276                  timeb.3head             \
 275  277                  times.3head             \
      278 +                timeval.3head           \
      279 +                TIMEVAL_TO_TIMESPEC.3head \
      280 +                TIMESPEC_TO_TIMEVAL.3head \
 276  281                  types.3head             \
 277  282                  types32.3head           \
 278  283                  ucontext.3head          \
 279  284                  uio.3head               \
 280  285                  ulimit.3head            \
 281  286                  un.3head                \
 282  287                  unistd.3head            \
 283  288                  utime.3head             \
 284  289                  utmpx.3head             \
 285  290                  utsname.3head           \
↓ open down ↓ 158 lines elided ↑ open up ↑
 444  449  strings.3head           := LINKSRC = strings.h.3head
 445  450  stropts.3head           := LINKSRC = stropts.h.3head
 446  451  syslog.3head            := LINKSRC = syslog.h.3head
 447  452  tar.3head               := LINKSRC = tar.h.3head
 448  453  tcp.3head               := LINKSRC = tcp.h.3head
 449  454  termios.3head           := LINKSRC = termios.h.3head
 450  455  tgmath.3head            := LINKSRC = tgmath.h.3head
 451  456  time.3head              := LINKSRC = time.h.3head
 452  457  timeb.3head             := LINKSRC = timeb.h.3head
 453  458  times.3head             := LINKSRC = times.h.3head
      459 +timespec.3head          := LINKSRC = time.h.3head
      460 +timeval.3head           := LINKSRC = timespec.3head
      461 +TIMEVAL_TO_TIMESPEC.3head := LINKSRC = timespec.3head
      462 +TIMESPEC_TO_TIMEVAL.3head := LINKSRC = timespec.3head
 454  463  types.3head             := LINKSRC = types.h.3head
 455  464  types32.3head           := LINKSRC = types32.h.3head
 456  465  ucontext.3head          := LINKSRC = ucontext.h.3head
 457  466  uio.3head               := LINKSRC = uio.h.3head
 458  467  ulimit.3head            := LINKSRC = ulimit.h.3head
 459  468  un.3head                := LINKSRC = un.h.3head
 460  469  unistd.3head            := LINKSRC = unistd.h.3head
 461  470  utime.3head             := LINKSRC = utime.h.3head
 462  471  utmpx.3head             := LINKSRC = utmpx.h.3head
 463  472  utsname.3head           := LINKSRC = utsname.h.3head
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX