aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2013-02-12 05:52:04 +0200
committerEli Zaretskii <[email protected]>2013-02-12 05:52:04 +0200
commit8c0905acd1e4457c9956d7fa02e88aadc075a56f (patch)
treeccf3a9f3d9b3e5bf5593107696b74762373d748f /nt
parent71b84316436598773995a710c1686cce427b41f2 (diff)
MS-Windows followup for 2013-02-11T23:37:[email protected].
lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O). ($(BLD)/memrchr.$(O)): New dependency. nt/inc/ms-w32.h: Add prototype for memrchr.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/inc/ms-w32.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index b2a481354b..1d3f7b7f49 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-12 Eli Zaretskii <[email protected]>
+
+ * inc/ms-w32.h: Add prototype for memrchr.
+
2013-02-01 Paul Eggert <[email protected]>
Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index c10c4d9e02..a74c74b454 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -394,6 +394,9 @@ extern int sys_putenv (char *);
extern int getloadavg (double *, int);
extern int getpagesize (void);
+extern void * memrchr (void const *, int, size_t);
+
+
#if defined (__MINGW32__)
/* Define to 1 if the system has the type `long long int'. */