From aa9109070f2919ab519de474e00274c9fff5dcff Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Sep 1995 09:00:07 +0000 Subject: Mon Sep 18 01:58:40 1995 Roland McGrath * Makefile (subdirs): Add sysvipc. * stdlib/srand48_r.c (srand48_r): Use UL suffix for huge constant. * stdlib/drand48-iter.c (__drand48_iterate): Likewise. * hurd/hurdlookup.c (__hurd_file_name_lookup_retry): Call __file_set_size instead of __file_truncate. * features.h (__USE_REENTRANT): New macro. --- hurd/hurdlookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c index b467404..b595911 100644 --- a/hurd/hurdlookup.c +++ b/hurd/hurdlookup.c @@ -126,7 +126,7 @@ __hurd_file_name_lookup_retry (file_t crdir, if (!err && (flags & O_SHLOCK)) ; /* XXX */ if (!err && (flags & O_TRUNC)) - err = __file_truncate (*result, 0); + err = __file_set_size (*result, 0); if (err) __mach_port_deallocate (__mach_task_self (), *result); -- cgit v1.1