mirror of
https://github.com/mirror/make.git
synced 2025-04-02 07:30:38 +08:00
Updated from libc
This commit is contained in:
parent
c8e016d07a
commit
9fc574683d
@ -65,7 +65,7 @@ extern "C"
|
|||||||
#define GLOB_NOMATCH 3 /* No matches found. */
|
#define GLOB_NOMATCH 3 /* No matches found. */
|
||||||
|
|
||||||
/* Structure describing a globbing run. */
|
/* Structure describing a globbing run. */
|
||||||
#ifndef _AMIGA /* Buggy compiler. */
|
#if !defined (_AMIGA) && !defined (VMS) /* Buggy compiler. */
|
||||||
struct stat;
|
struct stat;
|
||||||
#endif
|
#endif
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
Reference in New Issue
Block a user