Edit

kc3-lang/gnulib/modules/closeout

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2020-11-26 22:13:20
    Hash : 90e79512
    Message : Fix dependencies of modules that use '_exit' on native Windows. Reported by Jim Meyering in <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>. * modules/_Exit (Depends-on): Add unistd. * modules/closein (Depends-on): Likewise. * modules/closeout (Depends-on): Likewise. * modules/forkpty (Depends-on): Likewise. * modules/posix_spawn-internal (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * modules/stat-time-tests (Depends-on): Likewise.

  • modules/closeout
  • Description:
    Close standard output and standard error, exiting with a diagnostic on error.
    
    Files:
    lib/closeout.h
    lib/closeout.c
    
    Depends-on:
    close-stream
    gettext-h
    error
    quotearg
    exitfail
    stdbool
    unistd
    
    configure.ac:
    
    Makefile.am:
    lib_SOURCES += closeout.c
    
    Include:
    "closeout.h"
    
    Link:
    $(LIB_MBRTOWC)
    
    License:
    GPL
    
    Maintainer:
    Jim Meyering