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 <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa 2022-12-22 16:14:24 +01:00 committed by Serge Hallyn
parent 647d46507d
commit e4441489bc

View File

@ -7,10 +7,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#if !defined(__GLIBC__)
#define _XOPEN_SOURCE 500
#endif
#include <config.h>
#include <ctype.h>