URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysvi386/] [dup.c] - Rev 1765
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