• 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

  • 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-2023 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.