diff options
| author | Björn Steinbrink <bsteinbr@gmail.com> | 2015-09-11 20:10:43 +0200 |
|---|---|---|
| committer | Björn Steinbrink <bsteinbr@gmail.com> | 2015-09-14 11:36:09 +0200 |
| commit | 3ef75d5774cb9a7cf839a69341c620b98fa9c7df (patch) | |
| tree | 390d168efade16f67b4651405d89a0884d51ee0a /src/libstd/sys/unix/stack_overflow.rs | |
| parent | e4e67bd489934702e4958a03bb4c948919d38920 (diff) | |
| download | rust-3ef75d5774cb9a7cf839a69341c620b98fa9c7df.tar.gz rust-3ef75d5774cb9a7cf839a69341c620b98fa9c7df.zip | |
Mark all extern functions as nounwind
Unwinding across an FFI boundary is undefined behaviour, so we can mark all external function as nounwind. The obvious exception are those functions that actually perform the unwinding.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
