summaryrefslogtreecommitdiff
path: root/src/time/getdate.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 17:07:29 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 17:07:29 -0500
commit40e2986d3d196855bba3836a60a482fd3a0f73a8 (patch)
tree6ce03ea7ddffb7f0001bff12706b21f9bce3c67e /src/time/getdate.c
parent421cc9cd7295e5b92cf167a41bd8f55a3b842728 (diff)
remove posix and xopen specific functions
Diffstat (limited to 'src/time/getdate.c')
-rw-r--r--src/time/getdate.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/time/getdate.c b/src/time/getdate.c
deleted file mode 100644
index 7840b2ef..00000000
--- a/src/time/getdate.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <time.h>
-#include "_safety.h"
-
-struct tm *getdate(const char *string)
-{
- SIGNAL_SAFE(0);
- return NULL;
-}
-
-/*
-XOPEN(400)
-*/