about summary refs log tree commit diff
path: root/posix/glob.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-13 22:11:28 +0000
committerRoland McGrath <roland@gnu.org>1996-05-13 22:11:28 +0000
commita13dab1c0fc22afd6065e35619883e95f9241c6d (patch)
tree77bd3fd5ea6d7d94da835931f0458845118c8629 /posix/glob.h
parenta5b7bf0e62e88494d82f7ca6474b6b8b669c1e98 (diff)
downloadglibc-a13dab1c0fc22afd6065e35619883e95f9241c6d.tar.gz
glibc-a13dab1c0fc22afd6065e35619883e95f9241c6d.tar.xz
glibc-a13dab1c0fc22afd6065e35619883e95f9241c6d.zip
* extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.
	* posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
Diffstat (limited to 'posix/glob.h')
-rw-r--r--posix/glob.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/posix/glob.h b/posix/glob.h
index 6eea06298c..73fd018066 100644
--- a/posix/glob.h
+++ b/posix/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.  */