Skip to content

Commit bbe05dc

Browse files
author
mcpplibs
committed
probe: declare usleep
1 parent e638be0 commit bbe05dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/probe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
cat > ulock.c <<'EOF'
154154
#include <stdio.h>
155155
#include <stdint.h>
156+
#include <unistd.h>
156157
#include <pthread.h>
157158
extern int __ulock_wait(uint32_t operation, void *addr, uint64_t value, uint32_t timeout_us);
158159
extern int __ulock_wake(uint32_t operation, void *addr, uint64_t wake_value);

0 commit comments

Comments
 (0)