You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/10/10 15:13:07 UTC

DO NOT REPLY [Bug 13488] New: - Use FILE* instead of void* for FileHandle on Linux

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13488>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13488

Use FILE* instead of void* for FileHandle on Linux

           Summary: Use FILE* instead of void* for FileHandle on Linux
           Product: Xerces-C++
           Version: Nightly build (please specify the date)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Utilities
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: dgohman@earthlink.net


As long as GLIBC is being assumed on Linux, the
definition of FileHandle in util/Platforms/LinuxDefs.hpp
can be changed from void* to FILE*. This will make many
of the casts in LinuxPlatformUtils.cpp unnecessary.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org