Skip to content

Commit 163747d

Browse files
committed
---
yaml --- r: 15330 b: refs/heads/try c: 552677e h: refs/heads/master v: v3
1 parent e5a62b9 commit 163747d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 851fde879d85f3b76b42322f46cdc00c5f97e357
5+
refs/heads/try: 552677e598b4b6adad3bc48bc8a334414b54dccd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libstd/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ native mod rustrt {
2222

2323
// FIXME: The i64 values can be passed by-val when #2064 is fixed.
2424
fn rust_gmtime(&&sec: i64, &&nsec: i32, &&result: tm);
25-
fn rust_localtime(&&sec: i64, &&nsec: i32, &result: tm);
25+
fn rust_localtime(&&sec: i64, &&nsec: i32, &&result: tm);
2626
fn rust_timegm(&&tm: tm, &sec: i64);
2727
fn rust_mktime(&&tm: tm, &sec: i64);
2828
}

0 commit comments

Comments
 (0)