summaryrefslogtreecommitdiff
path: root/errno.c
diff options
context:
space:
mode:
authorrpj <rpj>2007-01-06 13:44:39 +0000
committerrpj <rpj>2007-01-06 13:44:39 +0000
commit35dec51214f692110f441cd68a94cbd264574d18 (patch)
tree1ce9711f604c6799eea806f40b22ce02574b8ae6 /errno.c
parenteeef426b8399ad39dfc759352a6e7b0348a047d1 (diff)
See ChangeLog
Diffstat (limited to 'errno.c')
-rw-r--r--errno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/errno.c b/errno.c
index 9998bb8..1a7957c 100644
--- a/errno.c
+++ b/errno.c
@@ -84,7 +84,7 @@ _errno (void)
}
else
{
- result = &(self->ptErrno);
+ result = (int *)(&self.p->exitStatus);
}
return (result);