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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user