mirror of
https://github.com/facebook/zstd.git
synced 2025-11-19 00:02:54 -05: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_
|