Skip to content

Commit

Permalink
Merge pull request #1730 from fweimer-rh/c99
Browse files Browse the repository at this point in the history
Avoid implicit function declarations in pthread_setname_np probe
  • Loading branch information
jnthn committed Dec 13, 2022
2 parents 699ca81 + 9e6d9a8 commit 06856f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/probe.pm
Expand Up @@ -1015,6 +1015,7 @@ sub pthread_yield {
#include <stdlib.h>
#include <pthread.h>
#include <unistd.h>
#include <string.h>
int main(int argc, char **argv) {
#ifdef _POSIX_PRIORITY_SCHEDULING
Expand Down

0 comments on commit 06856f0

Please sign in to comment.