Skip to content

Commit

Permalink
unistd/alarm: update tid type
Browse files Browse the repository at this point in the history
JIRA: RTOS-125
  • Loading branch information
lukileczo authored and agkaminski committed Feb 7, 2024
1 parent 76d4222 commit 8304743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unistd/alarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static struct {
char stack[1024] __attribute__((aligned(8)));
handle_t cond, lock;
time_t wakeup;
unsigned tid;
int tid;
} alarm_common;


Expand Down

0 comments on commit 8304743

Please sign in to comment.