K 10 svn:author V 3 phk K 8 svn:date V 27 2020-09-21T16:43:38.822740Z K 7 svn:log V 347 Pull in fix from upstream NetBSD rev. 1.5: If Unwind_Backtrace is broken, ctx.n will still contain ~0, and we will return that which poor behavior for the user, so return 0 instead. We could document ~0 to be an error, but that would deviate from the Linux behavior which is not desirable. Noted by Poul-Henning Kamp PR: 209842 END