summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2016-06-08 15:38:06 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2016-06-08 15:38:06 +0000
commite6b08231c85258b2333fb56db71683be756f8b51 (patch)
tree7a0ab6563e4d904fa26c0493b68c05c38364a5e9 /make.h
parente944e081cfc62fe8f19f5ba9c0d964daee437925 (diff)
Notes
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/make.h b/make.h
index b3962f0ee54c..0fe12ab9f4cf 100644
--- a/make.h
+++ b/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