Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-10-27 16:06:56 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-10-27 16:06:56 +0300
commit56a4ceac3dcc1247239862db270688a6ca6ed2a2 (patch)
tree3829f305c14c1aff4c4495b8fb25b96819da7e6e /winsup/cygwin/Makefile.in
parent072339664df6b89b2e106f6507b0dd65fc882d55 (diff)
* Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.
(NEW_FUNCTIONS): Add _tmpfile64 -> tmpfile translation. * cygwin.din: Export _tmpfile64 * include/cygwin/version.h: Bump api minor number.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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