summaryrefslogtreecommitdiff
path: root/miniany/libc-hosted.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-20 08:48:14 +0000
commit1a6b63ad270d09ece8a520e64235ba8d8017ed22 (patch)
treef6c30564de52f1e9c5268944c242ab655b825c5f /miniany/libc-hosted.c
parentb74b9a8ef45137611e53e779d932d9d222e8eb35 (diff)
downloadcompilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.gz
compilertests-1a6b63ad270d09ece8a520e64235ba8d8017ed22.tar.bz2
c4: fixed compiler warnings and using old style block comments
Diffstat (limited to 'miniany/libc-hosted.c')
-rw-r--r--miniany/libc-hosted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miniany/libc-hosted.c b/miniany/libc-hosted.c
index 4154aa1..c6c1e69 100644
--- a/miniany/libc-hosted.c
+++ b/miniany/libc-hosted.c
@@ -3,6 +3,7 @@
* with glibc 2.31.
*/
+#define _XOPEN_SOURCE 600
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>