summaryrefslogtreecommitdiff
path: root/gdb/go32-xdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go32-xdep.c')
-rw-r--r--gdb/go32-xdep.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/gdb/go32-xdep.c b/gdb/go32-xdep.c
index 28894e0dfbd..7eb78e09e00 100644
--- a/gdb/go32-xdep.c
+++ b/gdb/go32-xdep.c
@@ -19,18 +19,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
-static void uerror(char *s)
-{
- fprintf_unfiltered(gdb_stderr, "Fatal: %s!\n");
- exit(1);
-}
-
-sigsetmask()
+int
+sigsetmask (mask)
+ int mask;
{
+ return 0;
}
void
-strlwr(str)
+strlwr (str)
char *str;
{
for (; *str; str++)