From 007351494dcd60990ef6ba3001c790388202ed32 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 Aug 2004 22:06:17 +0000 Subject: [PATCH] Mention the open64()/mkstemp64() configure change. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 4db1d717..f32d8921 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,11 @@ Changes since 2.6.2: - Avoid a bogus run-time complaint about a lack of 64-bit integers when the int64 type is defined as an off_t and it actually has 64-bits. + - Added a configure check for open64() without mkstemp64() so that we + can avoid using mkstemp() when such a combination is encountered. + This bypasses a problem writing out large temp files on OSes such as + AIX and HP-UX. + ENHANCEMENTS: - Added the --partial-dir=DIR option that lets you specify where to -- 2.34.1