You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Malcolm Kavalsky (JIRA)" <ji...@apache.org> on 2014/12/13 21:35:13 UTC

[jira] [Created] (HADOOP-11403) Solaris does not support sys_errlist requires use of strerror instead

Malcolm Kavalsky created HADOOP-11403:
-----------------------------------------

             Summary: Solaris does not support sys_errlist requires use of strerror instead
                 Key: HADOOP-11403
                 URL: https://issues.apache.org/jira/browse/HADOOP-11403
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 2.5.0, 2.4.0, 2.3.0, 2.2.0
         Environment: Solaris 11.1 (Sparc, Intel), Linux x86
            Reporter: Malcolm Kavalsky
            Assignee: Malcolm Kavalsky
             Fix For: 2.6.0


sys_errlist has been removed from Solaris. The new interface is strerror.  Wherever sys_errlist is accessed we should change to using strerror instead.
We already havea n interface function terror which can contain this functionality, so we should use it instead of directly accessing sys_errlist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)