_cleanup() vs Linux fcloseall()
- From: Daniel Eischen <eischen@xxxxxxxxxx>
- Date: Wed, 29 Mar 2006 14:54:43 -0500 (EST)
It seems that some 3rd party code, pmake in particular, rely on
the implementation exporting _cleanup() to close all open file
descriptors. Linux supplies fcloseall() and does not export
_cleanup().
In the initial cut of symbol versioning for libc, I did not
export _cleanup(). This breaks pmake, and perhaps some other
3rd party applications. Do we want to continue to export this
interface, or should we provide an equivalent of Linux'
fcloseall()?
--
DE
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: _cleanup() vs Linux fcloseall()
- From: John Baldwin
- Re: _cleanup() vs Linux fcloseall()
- Prev by Date: Re: Fun with df
- Next by Date: Re: _cleanup() vs Linux fcloseall()
- Previous by thread: Fun with df
- Next by thread: Re: _cleanup() vs Linux fcloseall()
- Index(es):