diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-08-22 02:57:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-08-22 02:57:18 +0000 |
| commit | ddbc9a07af211ccf92e8e41c965408bb14b79dcb (patch) | |
| tree | b607cc201fd90cd0bbb9dbd64e4b2d9f3acad619 /contrib/libio/stdio/fdopen.c | |
| parent | 006ca56045367264ed55b8bf2cb0594565911208 (diff) | |
Diffstat (limited to 'contrib/libio/stdio/fdopen.c')
| -rw-r--r-- | contrib/libio/stdio/fdopen.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/libio/stdio/fdopen.c b/contrib/libio/stdio/fdopen.c deleted file mode 100644 index 83e026ec7f76..000000000000 --- a/contrib/libio/stdio/fdopen.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "libioP.h" - -_IO_FILE * -fdopen (fd, mode) - int fd; - const char *mode; -{ - return _IO_fdopen (fd, mode); -} |
