summaryrefslogtreecommitdiff
path: root/userspace/newcalls.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-21 12:56:51 +0200
committerMiguel <m.i@gmx.at>2018-09-21 12:56:51 +0200
commitc298ca7e6beaad0bcc32af6d4cf50d41b79f13b7 (patch)
treeb28e9c052cff3264439cad3c41b29262c60ba6ac /userspace/newcalls.h
parentf5281689c95758f17628f0286e0265ecf3385a8e (diff)
fix framebufffer/ textmode and clean userspace a little bit more
Diffstat (limited to 'userspace/newcalls.h')
-rw-r--r--userspace/newcalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/newcalls.h b/userspace/newcalls.h
index 4568711..20d8ffd 100644
--- a/userspace/newcalls.h
+++ b/userspace/newcalls.h
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////
-// this syscall will be moved to newlib later!
+// this syscall will be moved to newlib later! TODO!
#define SYSCALL_CLONE 83
#define SYSCALL_PIPE 84
#define SYSCALL_DUP2 86