diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-25 21:57:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-05-25 21:57:22 +0000 |
commit | e9eb2ad5791dd9999da15bc98c09f045f01275cf (patch) | |
tree | ff87e32ab6ed17052e540633f4706fae2689736b /lib/ChangeLog | |
parent | 32cea0d8ae4e3226ed1a782051189569f9e9e452 (diff) | |
download | coreutils-e9eb2ad5791dd9999da15bc98c09f045f01275cf.tar.xz |
(small_open, large_open): New macros.
(__open, __open64) [!_LIBC]: Remove.
(__gen_tempname): Use small_open and large_open instead of __open
and __open64. This fixes a portability bug on HP-UX 11.11i
reported by Simon Wing-Tang in
<http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a34f5988f..b0a50952e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-05-25 Paul Eggert <eggert@cs.ucla.edu> + + * tempname.c (small_open, large_open): New macros. + (__open, __open64) [!_LIBC]: Remove. + (__gen_tempname): Use small_open and large_open instead of __open + and __open64. This fixes a portability bug on HP-UX 11.11i + reported by Simon Wing-Tang in + <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>. + 2006-05-23 Paul Eggert <eggert@cs.ucla.edu> * filemode.c: Don't include <string.h>; this include was |