mirror of
https://github.com/mirror/make.git
synced 2024-12-29 06:20:17 +08:00
Formerly dir.c.~10~
This commit is contained in:
parent
c308b3a5f3
commit
81e8efbcdf
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;
|
||||
|
Loading…
Reference in New Issue
Block a user