]> Git Repo - binutils.git/blobdiff - gdb/standalone.c
(1) corrections to command-line completion material
[binutils.git] / gdb / standalone.c
index fa6d6fc44fd6dcee38b8cdad24f36e3ff0c7ed8f..163a6399b6a76ba85cd40d115aac684320bde1e3 100644 (file)
@@ -59,8 +59,9 @@ chdir ()
 {}
 
 char *
-getwd (buf)
+getcwd (buf, len)
      char *buf;
+     unsigned int len;
 {
   buf[0] = '/';
   buf[1] = 0;
@@ -337,6 +338,8 @@ get_exec_file (err)
   return "run";
 }
 
+/* Nonzero if there is a core file.  */
+
 have_core_file_p ()
 {
   return 0;
This page took 0.025782 seconds and 4 git commands to generate.