Opened 18 years ago
Closed 18 years ago
#162 closed defect (fixed)
libc: -Zno-fork -> unresolved do_return_failure and do_return_success
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.3 |
Component: | libc-backend | Version: | 0.6.2 |
Severity: | normal | Keywords: | regression |
Cc: |
Description
A regression from some of the DLL initterm + fork fixes. The unresolved symbols are labels that got barred behind an #ifdef.
Note:
See TracTickets
for help on using tickets.
(In [3354]) Put do_return_failure and do_return_success outside the #ifdefs. Fixes #162.