Added libroot's os/ tree.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-10-05 17:07:03 +00:00
parent d98c8e6e59
commit 712ec3d786
13 changed files with 993 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/*
** Copyright 2002, Axel Dörfler, [email protected]. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#include <OS.h>
#include "syscalls.h"
void
debugger(const char *message)
{
// ToDo: implement debugger()
}
const int
disable_debugger(int state)
{
// ToDo: implement disable_debugger()
return 0;
}