Bug #1333
"PR_SET_DUMPABLE" is undefined / server.c
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.4.18 | |||
Description
irix 6.5.30, mipspro 7.4.x
cc-1020 c99: ERROR File = server.c, Line = 780
The identifier "PR_SET_DUMPABLE" is undefined.
prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
^
-- g.fischer
Associated revisions
fixed compile-error on IRIX on prctl() (fixes #1333)
History
Updated by jan about 1 year ago
- Status changed from New to Fixed
- Resolution set to fixed
Updated by Anonymous about 1 year ago
Replying to g.fischer@ah-online.com:
irix 6.5.30, mipspro 7.4.x
cc-1020 c99: ERROR File = server.c, Line = 780 The identifier "PR_SET_DUMPABLE" is undefined.
prctl(PR_SET_DUMPABLE, 1, 0, 0, 0); ^