aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/make.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
commit39ac7ef49a8c0f894f908466faee397ed73e3f44 (patch)
tree56122b5c8140a0bf6027aed1c35467390a3cfad5 /contrib/bmake/make.h
parent7951c6aa9bb735ce65cfc7cc8a9d2b88eaf9a298 (diff)
parente6b08231c85258b2333fb56db71683be756f8b51 (diff)
Merge bmake-20160606
o dir.c: extend mtimes cache to others via cached_stat()
Notes
Notes: svn path=/head/; revision=301665
Diffstat (limited to 'contrib/bmake/make.h')
-rw-r--r--contrib/bmake/make.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bmake/make.h b/contrib/bmake/make.h
index b3962f0ee54c..0fe12ab9f4cf 100644
--- a/contrib/bmake/make.h
+++ b/contrib/bmake/make.h
@@ -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