diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-06-08 15:38:06 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-06-08 15:38:06 +0000 |
commit | e6b08231c85258b2333fb56db71683be756f8b51 (patch) | |
tree | 7a0ab6563e4d904fa26c0493b68c05c38364a5e9 /make.h | |
parent | e944e081cfc62fe8f19f5ba9c0d964daee437925 (diff) |
Notes
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.99 2016/06/03 01:21:59 sjg Exp $ */ +/* $NetBSD: make.h,v 1.100 2016/06/07 00:40:00 sjg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -506,6 +506,8 @@ void Main_ExportMAKEFLAGS(Boolean); Boolean Main_SetObjdir(const char *); int mkTempFile(const char *, char **); int str2Lst_Append(Lst, char *, const char *); +int cached_lstat(const char *, void *); +int cached_stat(const char *, void *); #define VARF_UNDEFERR 1 #define VARF_WANTRES 2 |