#endif /* SIGTSTP and SIGIO defined (must be 4.2) */
#include "defs.h"
-#include "param.h"
#include "signals.h"
#include "symtab.h"
#include "frame.h"
{}
char *
-getwd (buf)
+getcwd (buf, len)
char *buf;
+ unsigned int len;
{
buf[0] = '/';
buf[1] = 0;
return "run";
}
+/* Nonzero if there is a core file. */
+
have_core_file_p ()
{
return 0;