Skip to content

Commit c0feecc

Browse files
authored
Merge pull request torvalds#283 from petrosagg/fix-typo
Fix undef typo
2 parents e24e889 + 872f416 commit c0feecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lkl/include/lkl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extern "C" {
1212
#endif
1313
#include <lkl/asm/syscalls.h>
1414
#ifdef __cplusplus
15-
#undef class __lkl__class
15+
#undef class
1616
#endif
1717

1818
#if __LKL__BITS_PER_LONG == 64

0 commit comments

Comments
 (0)