From f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 2 Sep 2003 07:14:15 +0000 Subject: (CFLAGS-oldtmpfile.c): Add -fexceptions. --- libio/oldtmpfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/oldtmpfile.c') diff --git a/libio/oldtmpfile.c b/libio/oldtmpfile.c index 22dd6681a5..a277914d26 100644 --- a/libio/oldtmpfile.c +++ b/libio/oldtmpfile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1996-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1996-2000, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -43,7 +43,7 @@ __old_tmpfile (void) /* Note that this relies on the Unix semantics that a file is not really removed until it is closed. */ - (void) remove (buf); + (void) __unlink (buf); if ((f = _IO_old_fdopen (fd, "w+b")) == NULL) __close (fd); -- cgit v1.2.3