• Show log

    Commit

  • Hash : 3c92fb8e
    Author : Bruno Haible
    Date : 2023-01-03T17:14:33

    stdio: Fix error in C++ mode on Android, due to putw.
    
    * lib/stdio.in.h (putw): Don't declare in the C++ namespace if putw is
    not declared.
    * m4/stdio_h.m4 (gl_STDIO_H): Test whether putw is declared.
    (gl_STDIO_H_DEFAULTS): Initialize HAVE_DECL_PUTW.
    * modules/stdio (Makefile.am): Substitute HAVE_DECL_PUTW.
    * doc/glibc-functions/putw.texi: Update regarding Android.
    

  • README

  • The files in this directory are used in many GNU packages,
    including coreutils, diffutils, and tar.
    The autoconf tests required for these files are in ../m4.