(small_open, large_open): New macros.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2006 21:57:22 +0000 (21:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2006 21:57:22 +0000 (21:57 +0000)
commite9eb2ad5791dd9999da15bc98c09f045f01275cf
treeff87e32ab6ed17052e540633f4706fae2689736b
parent32cea0d8ae4e3226ed1a782051189569f9e9e452
(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>.
lib/ChangeLog
lib/tempname.c