* lib/strftime.c (__strftime_internal): Make the strftime fallback
declaration ISO C 23 compliant.
+2024-02-07 Bruno Haible <bruno@clisp.org>
+
+ nstrftime: Modernize.
+ * lib/nstrftime.c (__strftime_internal): Make the strftime fallback
+ declaration ISO C 23 compliant.
+
2024-02-07 Bruno Haible <bruno@clisp.org>
nstrftime tests: Avoid test failures on FreeBSD, NetBSD, Android.
-/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This file is free software: you can redistribute it and/or modify
"#define strftime rpl_strftime". */
# ifdef strftime
# undef strftime
- size_t strftime ();
+ size_t strftime (char *, size_t, const char *, struct tm const *);
# endif
/* The space helps distinguish strftime failure from empty