From 56a4ceac3dcc1247239862db270688a6ca6ed2a2 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 Oct 2003 13:06:56 +0000 Subject: * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile. (NEW_FUNCTIONS): Add _tmpfile64 -> tmpfile translation. * cygwin.din: Export _tmpfile64 * include/cygwin/version.h: Bump api minor number. --- winsup/cygwin/ChangeLog | 7 +++++++ winsup/cygwin/Makefile.in | 3 ++- winsup/cygwin/cygwin.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 ++- 4 files changed, 12 insertions(+), 2 deletions(-) (limited to 'winsup') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7b5704167..cbc798001 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2003-10-27 Corinna Vinschen + + * Makefile.in (OBSOLETE_FUNCTION): Add tmpfile. + (NEW_FUNCTIONS): Add _tmpfile64 -> tmpfile translation. + * cygwin.din: Export _tmpfile64 + * include/cygwin/version.h: Bump api minor number. + 2003-10-27 Corinna Vinschen * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait. diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index b1f104c3f..e8737ada7 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -148,7 +148,7 @@ OBSOLETE_FUNCTIONS:=regcomp regerror regexec regfree regsub \ getgroups getpwuid getpwuid_r getuid initgroups \ lchown lseek lstat mknod mmap seekdir setegid seteuid \ setgid setgroups setregid setreuid setuid stat \ - telldir truncate + telldir tmpfile truncate NEW_FUNCTIONS:=regcomp posix_regcomp \ regerror posix_regerror \ @@ -202,6 +202,7 @@ NEW_FUNCTIONS:=regcomp posix_regcomp \ setuid _setuid32 \ stat _stat64 \ telldir _telldir64 \ + tmpfile _tmpfile64 \ truncate _truncate64 API_VER:=$(srcdir)/include/cygwin/version.h diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 8f3cdf3c8..cf40a4823 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1411,6 +1411,7 @@ _times = times timezone tmpfile _tmpfile = tmpfile +_tmpfile64 = tmpfile64 tmpnam _tmpnam = tmpnam toascii diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index a3214e445..f2c033828 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -222,13 +222,14 @@ details. */ 95: Export shmat, shmctl, shmdt, shmget. 96: CW_GET_ERRNO_FROM_WINERROR addition to external.cc 97: Export sem_open, sem_close, sem_timedwait, sem_getvalue. + 98: Export _tmpfile64. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 97 +#define CYGWIN_VERSION_API_MINOR 98 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- cgit v1.2.3