Opened 18 years ago

Closed 18 years ago

#123 closed defect (fixed)

emxomfld: exit with rc 8 on genuin weakld failures, not -1.

Reported by: bird Owned by: bird
Priority: normal Milestone: libc-0.6.2
Component: emx Version: 0.6
Severity: normal Keywords: emxomfld weakld
Cc:

Description

Current emxomfld will exit with whatever rc weakld returns. This isn't such a great idea as it may for instance return return -1. For whatever reason -1 seems to be regarded as 0 by make. emxomfld should really exit with status 8 in these cases regardless of whether exit() is buggy or not.

Change History (1)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

(In [2812]) Exit with 8 instead of -1 on weakld failures. Fixes #123.

Note: See TracTickets for help on using tickets.