aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/include
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2001-09-03 16:36:54 +0000
committerCorinna Vinschen <corinna@vinschen.de>2001-09-03 16:36:54 +0000
commita71aee46c41636e75325df62d9027bfc66b3c4dc (patch)
treebd56f67cc5db2a52e6d2cb1068a400be79085e53 /winsup/cygwin/include
parent6d47f33adbbab01dc8b10327874eca5132520235 (diff)
downloadnewlib-a71aee46c41636e75325df62d9027bfc66b3c4dc.zip
newlib-a71aee46c41636e75325df62d9027bfc66b3c4dc.tar.gz
newlib-a71aee46c41636e75325df62d9027bfc66b3c4dc.tar.bz2
* cygwin.din: Add `dirfd'.
* dir.cc (dirfd): New function. (opendir): Open a directory file descriptor and save it in __d_dirent->d_fd. (closedir): Close directory file descriptor. * include/cygwin/version.h: Bump API minor version to 44.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index db9a97b..f270a82 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -141,10 +141,11 @@ details. */
41: __signgam
42: sys_errlist, sys_nerr
43: sigsetjmp, siglongjmp fixed
+ 44: Export dirfd
*/
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 43
+#define CYGWIN_VERSION_API_MINOR 44
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible