From 40e2986d3d196855bba3836a60a482fd3a0f73a8 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:07:29 -0500 Subject: remove posix and xopen specific functions --- src/time/strptime.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/time/strptime.c (limited to 'src/time/strptime.c') diff --git a/src/time/strptime.c b/src/time/strptime.c deleted file mode 100644 index 5520684d..00000000 --- a/src/time/strptime.c +++ /dev/null @@ -1,12 +0,0 @@ -#include -#include "_safety.h" - -char *strptime(const char *restrict buf, const char *restrict format, struct tm *restrict tm) -{ - SIGNAL_SAFE(0); - return (char*)buf; -} - -/* -XOPEN(4) -*/ -- cgit v1.2.1