summaryrefslogtreecommitdiff
path: root/kernel/usrbin/print.c
diff options
context:
space:
mode:
authorJake Mannens <jake72360@gmail.com>2018-06-24 02:27:22 +1000
committerJake Mannens <jake72360@gmail.com>2018-06-24 02:27:22 +1000
commit97d3551106495fa18969e2690720b621ba5a9c0b (patch)
tree76967873f1f4209b940eadc77753bd67ef65e0b1 /kernel/usrbin/print.c
parentacba87c1e946118f0ba4308a7211199cf9b7cbb2 (diff)
Re-structured the source tree and modified makefiles accordingly.
Hopefully further separation will help to keep the code readable and understandable.
Diffstat (limited to 'kernel/usrbin/print.c')
-rw-r--r--kernel/usrbin/print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/usrbin/print.c b/kernel/usrbin/print.c
deleted file mode 100644
index ea32cdf..0000000
--- a/kernel/usrbin/print.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#include <unistd.h>
-
-_syscall1(int, print, char*, s);