sunos-os.c: Do not lose on mmap failure
authorDavid Lichteblau <david@lichteblau.com>
Tue, 18 Sep 2012 15:11:13 +0000 (17:11 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 18 Sep 2012 15:43:53 +0000 (17:43 +0200)
commit2b67d29226463dff2ee971553c6a1eaf3f1e09d0
tree35a361d4ae37b0b2d88dc9f34b52059503689184
parent89d479da5c74575f21a52af0055e8f6dd85edc30
sunos-os.c: Do not lose on mmap failure

Brings this platform in line with other POSIX backends.  It is desirable
that we do not `lose' just because too many threads have been created,
for reasons of user-friendliness -- and also because individual
ill-behaved tests should not cause the entire run-tests process to fail.
src/runtime/sunos-os.c