progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / stub.c.in
index 59721da..54959f8 100644 (file)
@@ -4,3 +4,8 @@
 %#
 /* -*-c-*- */
 typedef int uninteresting;
+#ifdef TEST_RIG
+#include <stdio.h>
+int main(void)
+  { printf("Your princess is in castle `@base.t'.\n"); return (0); }
+#endif