• Show log

    Commit

  • Hash : 6536b952
    Author : Paul Eggert
    Date : 2017-08-15T16:47:22

    futimens: don’t assume struct timespec layout
    
    * m4/futimens.m4 (gl_FUNC_FUTIMENS):
    * m4/utimensat.m4 (gl_FUNC_UTIMENSAT):
    * tests/test-fdutimensat.c (main):
    * tests/test-futimens.h (test_futimens):
    * tests/test-lutimens.h (test_lutimens):
    * tests/test-utimens.h (test_utimens):
    * tests/test-utimensat.c (main):
    Don’t assume that struct timespec is a two-member structure in
    tv_sec, tv_nsec order.  Although this is true on all platforms we
    know about, POSIX does not guarantee it.
    

  • README

  • Please create and read the docs with
    
      $ cd doc
      $ make gnulib.html
      $ xdg-open gnulib.html
    
    or read the online manual at
    
      https://www.gnu.org/software/gnulib/manual/gnulib.html