From e2070ca2b40d3c2dd20d110268ce7b4007a17f4f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Jan 2005 19:30:51 +0000 Subject: Update. 2005-01-07 Ulrich Drepper * libio/stdio.h: Remove __wur from rename and remove. * posix/unistd.h: Remove __wur from dup2. --- libio/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/stdio.h') diff --git a/libio/stdio.h b/libio/stdio.h index 43064655b5..b8d3594dac 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -149,9 +149,9 @@ extern struct _IO_FILE *stderr; /* Standard error output stream. */ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ -extern int remove (__const char *__filename) __THROW __wur; +extern int remove (__const char *__filename) __THROW; /* Rename file OLD to NEW. */ -extern int rename (__const char *__old, __const char *__new) __THROW __wur; +extern int rename (__const char *__old, __const char *__new) __THROW; __END_NAMESPACE_STD -- cgit v1.2.3