diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 17:42:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 17:42:08 +0000 |
commit | 6f8c86aec5d2185abc21205e19c61db71bb57b59 (patch) | |
tree | 12dd0faa4e1fb1c65162ca2d8a756feda80832c6 /winsup/cygwin/Makefile.in | |
parent | 3c98a5930927df110549843c3c208d245e748c5b (diff) | |
download | cygnal-6f8c86aec5d2185abc21205e19c61db71bb57b59.tar.gz cygnal-6f8c86aec5d2185abc21205e19c61db71bb57b59.tar.bz2 cygnal-6f8c86aec5d2185abc21205e19c61db71bb57b59.zip |
* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 7abb53cdf..2be5a565f 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 \ |