1
Fork 0

Update SNAPs to latest snapshot.

This commit is contained in:
Peter Marheine 2015-04-29 13:11:31 -06:00
parent 998c10d6b6
commit 94c9bdeef6

View file

@ -145,13 +145,13 @@ extern "rust-intrinsic" {
/// but no instructions will be emitted for it. This is appropriate for operations /// but no instructions will be emitted for it. This is appropriate for operations
/// on the same thread that may be preempted, such as when interacting with signal /// on the same thread that may be preempted, such as when interacting with signal
/// handlers. /// handlers.
#[cfg(not(stage0))] // SNAP 5520801 #[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence(); pub fn atomic_singlethreadfence();
#[cfg(not(stage0))] // SNAP 5520801 #[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_acq(); pub fn atomic_singlethreadfence_acq();
#[cfg(not(stage0))] // SNAP 5520801 #[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_rel(); pub fn atomic_singlethreadfence_rel();
#[cfg(not(stage0))] // SNAP 5520801 #[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_acqrel(); pub fn atomic_singlethreadfence_acqrel();
/// Aborts the execution of the process. /// Aborts the execution of the process.