aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall_ret.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/syscall_ret.c')
-rw-r--r--src/internal/syscall_ret.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/syscall_ret.c b/src/internal/syscall_ret.c
index a3f47136..8ba2aef9 100644
--- a/src/internal/syscall_ret.c
+++ b/src/internal/syscall_ret.c
@@ -9,3 +9,11 @@ long __syscall_ret(unsigned long r)
}
return r;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif