mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Updated from libc
This commit is contained in:
parent
c8e016d07a
commit
9fc574683d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ extern "C"
|
|||
#define GLOB_NOMATCH 3 /* No matches found. */
|
||||
|
||||
/* Structure describing a globbing run. */
|
||||
#ifndef _AMIGA /* Buggy compiler. */
|
||||
#if !defined (_AMIGA) && !defined (VMS) /* Buggy compiler. */
|
||||
struct stat;
|
||||
#endif
|
||||
typedef struct
|
||||
|
|
Loading…
Reference in a new issue