Skip to content

Commit 920878b

Browse files
authored
Merge pull request #1654 from jedisct1/macos_sigstk_constants
Add MINSIGSTKSZ and SIGSTKSZ definitions for MacOS
2 parents 0e8258b + 51bbf36 commit 920878b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,7 @@ pub const PTHREAD_RWLOCK_INITIALIZER: pthread_rwlock_t = pthread_rwlock_t {
24982498
__opaque: [0; __PTHREAD_RWLOCK_SIZE__],
24992499
};
25002500

2501+
pub const MINSIGSTKSZ: ::size_t = 32768;
25012502
pub const SIGSTKSZ: ::size_t = 131072;
25022503

25032504
pub const FD_SETSIZE: usize = 1024;

0 commit comments

Comments
 (0)