Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36372
b: refs/heads/master
c: 5344ae2
h: refs/heads/master
  • Loading branch information
ville-h committed Jan 4, 2015
1 parent dc6cfb4 commit 318f966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 817f75d2fbc15dd152c9473e012ec5271cb5e94b
refs/heads/master: 5344ae2d4f66f5e8392b325320eeec0af29f503c
2 changes: 1 addition & 1 deletion trunk/src/libstd/sync/rwlock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ unsafe impl Sync for StaticRwLock {}

/// Constant initialization for a statically-initialized rwlock.
#[unstable = "may be merged with RwLock in the future"]
pub const RWLOCK_INIT: StaticRwLock = StaticRwLock {
pub const RW_LOCK_INIT: StaticRwLock = StaticRwLock {
lock: sys::RWLOCK_INIT,
poison: poison::FLAG_INIT,
};
Expand Down

0 comments on commit 318f966

Please sign in to comment.