Skip to content

Commit 8a17312

Browse files
committed
---
yaml --- r: 196325 b: refs/heads/tmp c: 4496433 h: refs/heads/master i: 196323: 780c69e v: v3
1 parent 8bfc9a4 commit 8a17312

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: 9854143cba679834bc4ef932858cd5303f015a0e
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: 943729fa40141d890684f6470a1c22676e5c461e
35+
refs/heads/tmp: 449643301c1b30adf6b338174351219a58ffdb36
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: 53a183f0274316596bf9405944d4f0468d8c93e4
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/liblibc/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ pub mod types {
812812
pub tv_nsec: c_long,
813813
}
814814

815-
#[derive(Copy, Clone)] pub enum timezone {}
815+
pub enum timezone {}
816816

817817
pub type sighandler_t = size_t;
818818

@@ -1074,7 +1074,7 @@ pub mod types {
10741074
pub tv_nsec: c_long,
10751075
}
10761076

1077-
#[derive(Copy, Clone)] pub enum timezone {}
1077+
pub enum timezone {}
10781078

10791079
pub type sighandler_t = size_t;
10801080

@@ -1354,7 +1354,7 @@ pub mod types {
13541354
pub tv_nsec: c_long,
13551355
}
13561356

1357-
#[derive(Copy, Clone)] pub enum timezone {}
1357+
pub enum timezone {}
13581358

13591359
pub type sighandler_t = size_t;
13601360

@@ -1616,7 +1616,7 @@ pub mod types {
16161616
pub tv_nsec: c_long,
16171617
}
16181618

1619-
#[derive(Copy, Clone)] pub enum timezone {}
1619+
pub enum timezone {}
16201620
}
16211621

16221622
pub mod bsd44 {
@@ -2020,7 +2020,7 @@ pub mod types {
20202020
pub tv_nsec: c_long,
20212021
}
20222022

2023-
#[derive(Copy, Clone)] pub enum timezone {}
2023+
pub enum timezone {}
20242024

20252025
pub type sighandler_t = size_t;
20262026

0 commit comments

Comments
 (0)