diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 01:29:29 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 01:29:29 +0000 |
commit | f7402c04fa90ad4691e0badc98d034c5f1ef7cda (patch) | |
tree | ff118128a714b456a4b0a0167b42024ed8a0cc3a /gdb/xm-altos.h | |
parent | 82f0459e2c7d63dd7f008af42516c53458da5adf (diff) | |
download | gdb-f7402c04fa90ad4691e0badc98d034c5f1ef7cda.zip gdb-f7402c04fa90ad4691e0badc98d034c5f1ef7cda.tar.gz gdb-f7402c04fa90ad4691e0badc98d034c5f1ef7cda.tar.bz2 |
* main.c: Use getcwd rather than getwd.
* standalone.c: Fake getcwd rather than getwd.
* xm-*.h: Remove fake values of MAXPATHLEN.
Diffstat (limited to 'gdb/xm-altos.h')
-rw-r--r-- | gdb/xm-altos.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/xm-altos.h b/gdb/xm-altos.h index cc501c0..ea84016 100644 --- a/gdb/xm-altos.h +++ b/gdb/xm-altos.h @@ -40,18 +40,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define F_OK 0 #endif -#ifndef MAXPATHLEN -#define MAXPATHLEN (1024) -#endif - /* Get sys/wait.h ie. from a Sun and edit it a little (mc68000 to m68k) */ /* Why bother? */ #if 0 #define HAVE_WAIT_STRUCT #endif -#define vfork fork - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ |