summaryrefslogtreecommitdiff
path: root/glob/glob.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-06-22 21:14:22 +0000
committerRoland McGrath <roland@redhat.com>1996-06-22 21:14:22 +0000
commit63f3cf925bcaa8ea3bcfa63800bc52d581c40bcc (patch)
treea3933ec37b3fc590c7f276f9fd7205f80cbe7191 /glob/glob.h
parent8541e3345df12b3c4941c8b7261b966e073cc461 (diff)
downloadgunmake-63f3cf925bcaa8ea3bcfa63800bc52d581c40bcc.tar.gz
Updated from libc
Diffstat (limited to 'glob/glob.h')
-rw-r--r--glob/glob.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h
index 6eea062..73fd018 100644
--- a/glob/glob.h
+++ b/glob/glob.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1995, 1996 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@@ -65,7 +65,9 @@ extern "C"
#define GLOB_NOMATCH 3 /* No matches found. */
/* Structure describing a globbing run. */
+#ifndef _AMIGA /* Buggy compiler. */
struct stat;
+#endif
typedef struct
{
int gl_pathc; /* Count of paths matched by the pattern. */