classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: javanet.c portability fix


From: Roman Kennke
Subject: [cp-patches] FYI: javanet.c portability fix
Date: Tue, 10 Jan 2006 12:24:46 +0000

Hi,

I replaced two occurances of strerror() in javanet.c with the
corresponding target native macro, in order to make this file compile on
platforms that don't have strerror() (in this case, WindowsCE).

2006-01-10  Roman Kennke  <address@hidden>

        * native/jni/java-net/javanet.c
        (_javanet_shutdownOutput): Replaced strerror() with
        TARGET_NATIVE_LAST_ERROR_STRING() for portability.
        (_javanet_shutdownInput): Replaced strerror() with
        TARGET_NATIVE_LAST_ERROR_STRING() for portability.


/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]