diff options
Diffstat (limited to 'lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs')
| -rw-r--r-- | lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs b/lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs index d0cd68cef91b..9d0eefb73c51 100644 --- a/lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs +++ b/lang/rust/files/patch-src_libstd_sys_unix_stack__overflow.rs @@ -1,6 +1,6 @@ ---- src/libstd/sys/unix/stack_overflow.rs.orig 2019-01-16 09:30:27 UTC +--- src/libstd/sys/unix/stack_overflow.rs.orig 2019-04-08 12:42:31 UTC +++ src/libstd/sys/unix/stack_overflow.rs -@@ -151,6 +151,7 @@ mod imp { +@@ -141,6 +141,7 @@ mod imp { #[cfg(any(target_os = "linux", target_os = "macos", target_os = "bitrig", @@ -8,7 +8,7 @@ target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))] -@@ -158,8 +159,7 @@ mod imp { +@@ -148,8 +149,7 @@ mod imp { libc::stack_t { ss_sp: get_stackp(), ss_flags: 0, ss_size: SIGSTKSZ } } |
