Use C linkage for kgets(). Should fix hangman.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23517 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <syslog.h>
|
||||
|
||||
|
||||
int kgets(char *buffer, int length);
|
||||
extern "C" int kgets(char *buffer, int length);
|
||||
|
||||
typedef struct debugger_command {
|
||||
struct debugger_command *next;
|
||||
|
||||
Reference in New Issue
Block a user