Added _kern_debug_output() syscall.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5353 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-11-13 22:07:36 +00:00
parent 50d78f98e5
commit 9289abf0e4
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -164,6 +164,7 @@ SYSCALL6(sys_sysctl, 71)
//SYSCALL3(sys_socket, 72)
SYSCALL3(sys_setenv, 79)
SYSCALL2(sys_getenv, 80)
SYSCALL1(_kern_debug_output, 139)
/* atomic calls */
SYSCALL2(_kern_atomic_set, 126)