* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
This commit is contained in:
parent
3c98a59309
commit
6f8c86aec5
|
@ -1,3 +1,7 @@
|
||||||
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
|
||||||
|
|
||||||
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* cygwin.din: Export _fdopen64
|
* cygwin.din: Export _fdopen64
|
||||||
|
|
|
@ -169,7 +169,7 @@ GMON_OFILES:=gmon.o mcount.o profil.o
|
||||||
OBSOLETE_FUNCTIONS:=regcomp regerror regexec regfree regsub \
|
OBSOLETE_FUNCTIONS:=regcomp regerror regexec regfree regsub \
|
||||||
open acl aclcheck aclfrommode aclfrompbits \
|
open acl aclcheck aclfrommode aclfrompbits \
|
||||||
aclfromtext aclsort acltomode acltopbits \
|
aclfromtext aclsort acltomode acltopbits \
|
||||||
acltotext chown facl fchown fgetpos fopen \
|
acltotext chown facl fchown fdopen fgetpos fopen \
|
||||||
freopen fseeko fsetpos fstat ftello ftruncate \
|
freopen fseeko fsetpos fstat ftello ftruncate \
|
||||||
getegid geteuid getgid getgrent getgrgid getgrnam \
|
getegid geteuid getgid getgrent getgrgid getgrnam \
|
||||||
getgroups getpwuid getpwuid_r getuid initgroups \
|
getgroups getpwuid getpwuid_r getuid initgroups \
|
||||||
|
|
Loading…
Reference in New Issue