summaryrefslogtreecommitdiff
path: root/ecomp-c/libc-hosted.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-07 11:36:58 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-07 11:36:58 +0100
commitd3bedda4e970522179231da831a911bf0c18fb8b (patch)
treedae88601761b34dc6116f5b10c24fb5ccc4ae185 /ecomp-c/libc-hosted.c
parentb508132abe68f6ad5e87b29beae1fc4f4fbd1922 (diff)
downloadcompilertests-d3bedda4e970522179231da831a911bf0c18fb8b.tar.gz
compilertests-d3bedda4e970522179231da831a911bf0c18fb8b.tar.bz2
some more cleanup around memory management and libc split
Diffstat (limited to 'ecomp-c/libc-hosted.c')
-rw-r--r--ecomp-c/libc-hosted.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecomp-c/libc-hosted.c b/ecomp-c/libc-hosted.c
index 033f893..becfc2a 100644
--- a/ecomp-c/libc-hosted.c
+++ b/ecomp-c/libc-hosted.c
@@ -1,3 +1,8 @@
+/*
+ * include files for C library of the host. Currently only tested
+ * with glibc 2.31.
+ */
+
#include <stdarg.h>
#include <stddef.h>