* cygwin.din (fcloseall): Add symbol for export.
(fcloseall_r): Ditto.
This commit is contained in:
parent
99138976d9
commit
f72a851fc7
|
@ -1,3 +1,8 @@
|
||||||
|
2002-07-23 Nicholas Wourms <nwourms@netscape.net>
|
||||||
|
|
||||||
|
* cygwin.din (fcloseall): Add symbol for export.
|
||||||
|
(fcloseall_r): Ditto.
|
||||||
|
|
||||||
2002-07-24 Christopher Faylor <cgf@redhat.com>
|
2002-07-24 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* path.cc (path_conv::check): Always set fileattr when component == 0.
|
* path.cc (path_conv::check): Always set fileattr when component == 0.
|
||||||
|
|
|
@ -213,6 +213,10 @@ _fchown = fchown
|
||||||
fchown32
|
fchown32
|
||||||
fclose
|
fclose
|
||||||
_fclose = fclose
|
_fclose = fclose
|
||||||
|
fcloseall
|
||||||
|
_fcloseall = fcloseall
|
||||||
|
_fcloseall_r
|
||||||
|
fcloseall_r = _fcloseall_r
|
||||||
_fcntl
|
_fcntl
|
||||||
fcntl = _fcntl
|
fcntl = _fcntl
|
||||||
fcvt
|
fcvt
|
||||||
|
|
Loading…
Reference in New Issue