summaryrefslogtreecommitdiff
path: root/wince/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/io.h')
-rw-r--r--wince/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wince/io.h b/wince/io.h
index a3033183b7..46c4a849c3 100644
--- a/wince/io.h
+++ b/wince/io.h
@@ -30,6 +30,7 @@ int _unlink(const char *file);
int _umask(int cmask);
int _chmod(const char *path, int mode);
int _dup( int handle );
+int dup2( int handle1, int handle2 );
int _isatty(int fd);
int _pipe(int *phandles, unsigned int psize, int textmode);
int _access(const char *filename, int flags);