1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-04 14:48:45 +02:00

[linux-kernel] Don't undef current (use curr)

This commit is contained in:
Nick Terrell
2017-05-16 16:47:49 -07:00
parent ac4b4d0c44
commit 0d26da2f25
6 changed files with 124 additions and 126 deletions

View File

@ -11,4 +11,6 @@
#define PTR_ALIGN(p, a) (typeof(p))ALIGN((unsigned long long)(p), (a))
#define current Something that doesn't compile :)
#endif // LINUX_KERNEL_H_