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. --- posix/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/unistd.h') diff --git a/posix/unistd.h b/posix/unistd.h index 06c8ca7..744c10c 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -468,7 +468,7 @@ extern char *getwd (char *__buf) extern int dup (int __fd) __THROW __wur; /* Duplicate FD to FD2, closing FD2 and making it open on the same file. */ -extern int dup2 (int __fd, int __fd2) __THROW __wur; +extern int dup2 (int __fd, int __fd2) __THROW; /* NULL-terminated array of "NAME=VALUE" environment variables. */ extern char **__environ; -- cgit v1.1