* cygwin.din (fcloseall): Add symbol for export.

(fcloseall_r): Ditto.
This commit is contained in:
Corinna Vinschen 2002-07-24 07:38:03 +00:00
parent 99138976d9
commit f72a851fc7
2 changed files with 9 additions and 0 deletions

View File

@ -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>
* path.cc (path_conv::check): Always set fileattr when component == 0.

View File

@ -213,6 +213,10 @@ _fchown = fchown
fchown32
fclose
_fclose = fclose
fcloseall
_fcloseall = fcloseall
_fcloseall_r
fcloseall_r = _fcloseall_r
_fcntl
fcntl = _fcntl
fcvt