* 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>
|
||||
|
||||
* path.cc (path_conv::check): Always set fileattr when component == 0.
|
||||
|
|
|
@ -213,6 +213,10 @@ _fchown = fchown
|
|||
fchown32
|
||||
fclose
|
||||
_fclose = fclose
|
||||
fcloseall
|
||||
_fcloseall = fcloseall
|
||||
_fcloseall_r
|
||||
fcloseall_r = _fcloseall_r
|
||||
_fcntl
|
||||
fcntl = _fcntl
|
||||
fcvt
|
||||
|
|
Loading…
Reference in New Issue