Skip to content

Commit 25a325b

Browse files
committed
[libc] "" -> <>
1 parent 5f53944 commit 25a325b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/threads/raw_mutex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "src/__support/macros/optimization.h"
1717
#include "src/__support/threads/sleep.h"
1818
#include "src/__support/time/abs_timeout.h"
19-
#include "sys/errno.h"
19+
#include <sys/errno.h>
2020

2121
#include <stdio.h>
2222

0 commit comments

Comments
 (0)