Skip to content

Commit c72dedf

Browse files
qmuntaldagood
andauthored
Update thread_setup_unix.c
Co-authored-by: Davis Goodin <[email protected]>
1 parent 8f43a3e commit c72dedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thread_setup_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static pthread_mutex_t *mutex_buf = NULL;
99

1010
static pthread_key_t destructor_key;
1111

12-
/* Used in pthread_setspecific. See https://github.com/microsoft/go/issues/1305. */
12+
/* An unused value whose address is passed to pthread_setspecific. It only needs to have a valid size. See https://github.com/golang-fips/openssl/pull/162. */
1313
static char stub;
1414

1515
/* Used by unit tests. */

0 commit comments

Comments
 (0)