aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-25 17:42:08 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-25 17:42:08 +0000
commit6f8c86aec5d2185abc21205e19c61db71bb57b59 (patch)
tree12dd0faa4e1fb1c65162ca2d8a756feda80832c6 /winsup/cygwin
parent3c98a5930927df110549843c3c208d245e748c5b (diff)
downloadnewlib-6f8c86aec5d2185abc21205e19c61db71bb57b59.zip
newlib-6f8c86aec5d2185abc21205e19c61db71bb57b59.tar.gz
newlib-6f8c86aec5d2185abc21205e19c61db71bb57b59.tar.bz2
* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ede4540..2f4c39c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2003-07-25 Christopher Faylor <cgf@redhat.com>
+ * Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
+
+2003-07-25 Christopher Faylor <cgf@redhat.com>
+
* cygwin.din: Export _fdopen64
* Makefile.in (NEW_FUNCTIONS): Add _fdopen64 -> fdopen translation.
* include/cygwin/version.h: Bump api minor number.
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 7abb53c..2be5a56 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -169,7 +169,7 @@ GMON_OFILES:=gmon.o mcount.o profil.o
OBSOLETE_FUNCTIONS:=regcomp regerror regexec regfree regsub \
open acl aclcheck aclfrommode aclfrompbits \
aclfromtext aclsort acltomode acltopbits \
- acltotext chown facl fchown fgetpos fopen \
+ acltotext chown facl fchown fdopen fgetpos fopen \
freopen fseeko fsetpos fstat ftello ftruncate \
getegid geteuid getgid getgrent getgrgid getgrnam \
getgroups getpwuid getpwuid_r getuid initgroups \