mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
6 lines
91 B
C
6 lines
91 B
C
#ifndef LINUX_ERRNO_H_
|
|
#define LINUX_ERRNO_H_
|
|
|
|
#define EINVAL 22
|
|
|
|
#endif // LINUX_ERRNO_H_
|