[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] ipmi_strerror_r changed, new ipmi_strerror_cmd_r
From: |
Ian Zimmerman |
Subject: |
Re: [Freeipmi-devel] ipmi_strerror_r changed, new ipmi_strerror_cmd_r |
Date: |
12 Mar 2004 09:27:40 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Albert Chu <address@hidden> writes:
> In order to be consistent to the libc strerror_r() function, I've
> modified the ipmi_strerror_r API.
Beware: the glibc API is different from the one in SUSv3.
SUS spec can be browsed here:
http://www.opengroup.org/products/publications/catalog/x03xy.htm
If you have the normal set of Linux development manpages, strerror_r(3)
also mentions this incompatibility.
Ian