From b0afb8fe0ff1d87165af9df61501197a06240dda Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Sun, 28 Dec 2025 12:13:40 +0100 Subject: Sync with Gnulib stable-202507 code (a8ac9f9ce5) --- gl/fopen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gl/fopen.c') diff --git a/gl/fopen.c b/gl/fopen.c index d3b57a98..41587d2c 100644 --- a/gl/fopen.c +++ b/gl/fopen.c @@ -1,5 +1,5 @@ /* Open a stream to a file. - Copyright (C) 2007-2024 Free Software Foundation, Inc. + Copyright (C) 2007-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -19,12 +19,12 @@ /* If the user's config.h happens to include , let it include only the system's here, so that orig_fopen doesn't recurse to rpl_fopen. */ -#define _GL_ALREADY_INCLUDING_STDIO_H +#define _GL_SKIP_GNULIB_STDIO_H #include /* Get the original definition of fopen. It might be defined as a macro. */ #include -#undef _GL_ALREADY_INCLUDING_STDIO_H +#undef _GL_SKIP_GNULIB_STDIO_H static FILE * orig_fopen (const char *filename, const char *mode) -- cgit v1.2.3-74-g34f1