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
+2
View File
@@ -134,6 +134,8 @@ int sys_getenv(const char *, char **);
/* region prototypes */
area_id sys_find_region_by_name(const char *);
void _kern_debug_output(const char *message);
/* This is a real BSD'ism :) Basically it returns the size of the
* descriptor table for the current process as an integer.
*/