This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 64bit] Export <io.h> symbols with underscore


On Wed, Feb 20, 2013 at 03:16:00PM -0600, Yaakov wrote:
>I have already encountered issues with the lack of leading-underscored
>exports for symbols declared in <io.h>, as usage thereof often occurs
>in shared Cygwin/Win32 conditional code, and on Win32 these are
>underscored.  Patch attached for the two symbols I have seen so far,
>but I wonder if I should just get it over with and add _access as well.
>
>
>Yaakov

>2013-02-20  Yaakov Selkowitz  <yselkowitz@...>
>
>	* cygwin64.din: Restore _get_osfhandle and _setmode.

Ugh.  I've been slowly getting rid of some of those inexplicably underscored
functions now we have to keep the converse around.  I wonder if the non-underscored
versions can actually be deleted since they are supposed to exist in the userspace
with an explicit underscore.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]