diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index 9867ee6..3166c4d 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -412,7 +412,7 @@ inf_child_fileio_readlink (struct target_ops *self, { /* We support readlink only on systems that also provide a compile-time maximum path length (PATH_MAX), at least for now. */ -#if defined (HAVE_READLINK) && defined (PATH_MAX) +#if defined (PATH_MAX) char buf[PATH_MAX]; int len; char *ret; |