From: Iker Pedrosa Date: Thu, 22 Dec 2022 15:14:24 +0000 (+0100) Subject: strtoday.c: remove POSIX 1995 conditional dependency X-Git-Tag: 4.14.0-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4441489bc2c47c89f5f9823b76f3a65f045d061;p=thirdparty%2Fshadow.git strtoday.c: remove POSIX 1995 conditional dependency Since the project is supposed to be POSIX.1-2001 compliant it doesn't make sense to have that added conditionally. Signed-off-by: Iker Pedrosa --- diff --git a/libmisc/strtoday.c b/libmisc/strtoday.c index d32187389..b0f15dd9c 100644 --- a/libmisc/strtoday.c +++ b/libmisc/strtoday.c @@ -7,10 +7,6 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#if !defined(__GLIBC__) -#define _XOPEN_SOURCE 500 -#endif - #include #include