Skip to content

Commit

Permalink
Update SNAPs to latest snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
tari committed Apr 29, 2015
1 parent 998c10d commit 94c9bde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libcore/intrinsics.rs
Expand Up @@ -145,13 +145,13 @@ extern "rust-intrinsic" {
/// 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
/// handlers.
#[cfg(not(stage0))] // SNAP 5520801
#[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence();
#[cfg(not(stage0))] // SNAP 5520801
#[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_acq();
#[cfg(not(stage0))] // SNAP 5520801
#[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_rel();
#[cfg(not(stage0))] // SNAP 5520801
#[cfg(not(stage0))] // SNAP 857ef6e
pub fn atomic_singlethreadfence_acqrel();

/// Aborts the execution of the process.
Expand Down

0 comments on commit 94c9bde

Please sign in to comment.