From a13dab1c0fc22afd6065e35619883e95f9241c6d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 May 1996 22:11:28 +0000 Subject: * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty. * posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl. --- posix/glob.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/glob.h b/posix/glob.h index 6eea062..73fd018 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. */ -- cgit v1.1