URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [newlib/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [dup.c] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
#include <fcntl.h> int dup (int fd1) { return (fcntl (fd1, F_DUPFD, 0)); }
Go to most recent revision | Compare with Previous | Blame | View Log