diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 18:24:47 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-10 19:45:01 +1000 |
commit | 1674f39266dda7929fc21e842554dec9ad43e5ea (patch) | |
tree | 53d3d7ddab49bce77de1df642f3b7490f30de630 /include/mingw.h | |
parent | 803ebf09045d48675938ab60c9721f7f22b97a06 (diff) | |
download | busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.tar.gz busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.tar.bz2 busybox-w32-1674f39266dda7929fc21e842554dec9ad43e5ea.zip |
win32: add termios stub so that it builds
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index a97c347e1..0fbc8f528 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -293,6 +293,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM); | |||
293 | unsigned int sleep(unsigned int seconds); | 293 | unsigned int sleep(unsigned int seconds); |
294 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); | 294 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); |
295 | static inline void sync(void) {} | 295 | static inline void sync(void) {} |
296 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | ||
296 | int mingw_unlink(const char *pathname); | 297 | int mingw_unlink(const char *pathname); |
297 | NOIMPL(vfork,void); | 298 | NOIMPL(vfork,void); |
298 | 299 | ||