diff options
Diffstat (limited to 'gdb/config/xm-mpw.h')
-rw-r--r-- | gdb/config/xm-mpw.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/config/xm-mpw.h b/gdb/config/xm-mpw.h index f6aa90e..535a109 100644 --- a/gdb/config/xm-mpw.h +++ b/gdb/config/xm-mpw.h @@ -1,5 +1,5 @@ /* Macro definitions for running GDB on Apple Macintoshes. - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -42,10 +42,6 @@ #define POSIX_UTIME -/* No declaration of strdup in MPW's string.h, oddly enough. */ - -char *strdup (char *s1); - /* '.' indicates drivers on the Mac, so we need a different filename. */ #define GDBINIT_FILENAME "_gdbinit" |