1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-07 16:12:26 +02:00
Files
zstd/contrib/linux-kernel/test/include/linux/errno.h

7 lines
91 B
C
Raw Normal View History

#ifndef LINUX_ERRNO_H_
#define LINUX_ERRNO_H_
#define EINVAL 22
#endif // LINUX_ERRNO_H_