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:
@ -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_
|
||||
|
Reference in New Issue
Block a user