about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorBjörn Steinbrink <bsteinbr@gmail.com>2015-09-11 20:10:43 +0200
committerBjörn Steinbrink <bsteinbr@gmail.com>2015-09-14 11:36:09 +0200
commit3ef75d5774cb9a7cf839a69341c620b98fa9c7df (patch)
tree390d168efade16f67b4651405d89a0884d51ee0a /src/libstd/sys/unix/stack_overflow.rs
parente4e67bd489934702e4958a03bb4c948919d38920 (diff)
downloadrust-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