Skip to content

Commit

Permalink
remove stale prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Dec 5, 2024
1 parent 7d74c21 commit cd200c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ossl/thread_setup_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static void locking_function(int mode, int n, const char *file, int line)
pthread_mutex_unlock(&mutex_buf[n]);
}

static void thread_id(GO_CRYPTO_THREADID_PTR tid)
static void thread_id(CRYPTO_THREADID_PTR tid)
{
CRYPTO_THREADID_set_numeric(tid, (unsigned long)pthread_self());

Expand Down

0 comments on commit cd200c0

Please sign in to comment.