From e4441489bc2c47c89f5f9823b76f3a65f045d061 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Thu, 22 Dec 2022 16:14:24 +0100 Subject: [PATCH] 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 --- libmisc/strtoday.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libmisc/strtoday.c b/libmisc/strtoday.c index d3218738..b0f15dd9 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