2008-04-16 Patrick Mansfield <patmans@us.ibm.com>
* libc/machine/spu/sys/errno.h: Use _impure_data, not _reent_data.
This commit is contained in:
parent
c2bd84bc27
commit
e950505015
@ -1,3 +1,7 @@
|
||||
2008-04-16 Patrick Mansfield <patmans@us.ibm.com>
|
||||
|
||||
* libc/machine/spu/sys/errno.h: Use _impure_data, not _reent_data.
|
||||
|
||||
2008-04-16 Patrick Mansfield <patmans@us.ibm.com>
|
||||
|
||||
* libc/machine/spu/impure.c: Add missing underscore to impure_data.
|
||||
|
@ -27,8 +27,8 @@ extern "C" {
|
||||
|
||||
#include <sys/reent.h>
|
||||
|
||||
extern struct _reent _reent_data;
|
||||
#define errno (_reent_data._errno)
|
||||
extern struct _reent _impure_data;
|
||||
#define errno (_impure_data._errno)
|
||||
|
||||
/* Please don't use these variables directly.
|
||||
Use strerror instead. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user