Skip to content

Commit

Permalink
Merge pull request torvalds#283 from petrosagg/fix-typo
Browse files Browse the repository at this point in the history
Fix undef typo
  • Loading branch information
tavip committed Dec 23, 2016
2 parents e24e889 + 872f416 commit c0feecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lkl/include/lkl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
#endif
#include <lkl/asm/syscalls.h>
#ifdef __cplusplus
#undef class __lkl__class
#undef class
#endif

#if __LKL__BITS_PER_LONG == 64
Expand Down

0 comments on commit c0feecc

Please sign in to comment.