aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/sandbox-1.1/libctest.c')
-rw-r--r--src/sandbox-1.1/libctest.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sandbox-1.1/libctest.c b/src/sandbox-1.1/libctest.c
new file mode 100644
index 000000000..5365a20c6
--- /dev/null
+++ b/src/sandbox-1.1/libctest.c
@@ -0,0 +1,7 @@
+/* Dummy program to check your libc version */
+
+int
+main(void)
+{
+ return 0;
+}