]> diplodocus.org Git - nmh/commitdiff
Document that adios() does not return. abort() ensures it won't.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Dec 2016 14:19:43 +0000 (14:19 +0000)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sat, 10 Dec 2016 14:19:43 +0000 (14:19 +0000)
Discussion with David confirmed that adios()'s de facto contract with
the caller is that it won't return.  Document that, and add an abort(3)
to ensure it won't occur.  Better that than return and blunder on until
a SEGV or corruption later.


No differences found