From dbd583bd2b8a6dd40c622875a4e197360cb5aba7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:04:45 +0300 Subject: Move to 2.13.3 (from 2.13.tar.gz - sigh). --- missing/dup2.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 missing/dup2.c (limited to 'missing/dup2.c') diff --git a/missing/dup2.c b/missing/dup2.c deleted file mode 100644 index 01068348..00000000 --- a/missing/dup2.c +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef F_DUPFD -#include -#endif - -int -dup2 (old, new) -int old, new; -{ - (void) close(new); - - return fcntl(old, F_DUPFD, new); -} -- cgit v1.2.3