• Show log

    Commit

  • Hash : 4db8db34
    Author : Paul Eggert
    Date : 2021-11-15T15:08:25

    lseek: port around macOS SEEK_DATA glitch
    
    Problem reported by Sudhip Nashi (Bug#51857).
    * doc/posix-functions/lseek.texi (lseek): Mention macOS SEEK_DATA
    issue.
    * lib/lseek.c (rpl_lseek): Work around macOS portability glitch.
    * m4/lseek.m4 (gl_FUNC_LSEEK): Replace lseek on Darwin.
    * modules/lseek (Depends-on): Depend on msvc-nothrow
    and fstat only if needed.
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2021 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.