malloc error

This commit is contained in:
albert
2003-01-23 05:48:27 +00:00
parent e092b7a18d
commit 0a03eac352
6 changed files with 155 additions and 149 deletions

View File

@@ -5,7 +5,7 @@
EXTERN_C_BEGIN
extern const char * wchan(unsigned long address, unsigned pid);
extern const char * wchan(unsigned KLONG address, unsigned pid);
extern int open_psdb(const char *restrict override);
extern int open_psdb_message(const char *restrict override, void (*message)(const char *, ...));