Skip to content

Commit a21734f

Browse files
committed
chore: fix typo LLVM_LIBC_FUNCTION -> LIBC_NAMESPACE_DECL
Signed-off-by: krishna2803 <[email protected]>
1 parent 4dc2371 commit a21734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/sched/linux/sched_setcpuzero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "src/sched/sched_setcpuzero.h"
1010

1111
#include "src/__support/common.h" // LLVM_LIBC_FUNCTION
12-
#include "src/__support/macros/config.h" // LLVM_LIBC_FUNCTION
12+
#include "src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
1313

1414
#include "hdr/types/cpu_set_t.h"
1515
#include "hdr/types/size_t.h"

0 commit comments

Comments
 (0)