mirror of
https://github.com/facebook/zstd.git
synced 2025-07-07 16:12:26 +02:00
7 lines
91 B
C
7 lines
91 B
C
![]() |
#ifndef LINUX_ERRNO_H_
|
||
|
#define LINUX_ERRNO_H_
|
||
|
|
||
|
#define EINVAL 22
|
||
|
|
||
|
#endif // LINUX_ERRNO_H_
|