mirror of
https://github.com/mirror/make.git
synced 2026-09-01 04:08:10 +08:00
Formerly dir.c.~10~
This commit is contained in:
4
dir.c
4
dir.c
@@ -506,6 +506,10 @@ struct dirstream
|
||||
struct dirfile *elt; /* Current elt in bucket. */
|
||||
};
|
||||
|
||||
/* Forward declarations. */
|
||||
static __ptr_t open_dirstream __P ((const char *));
|
||||
static const char *read_dirstream __P ((__ptr_t));
|
||||
|
||||
static __ptr_t
|
||||
open_dirstream (directory)
|
||||
const char *directory;
|
||||
|
||||
Reference in New Issue
Block a user