Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.15 11 lines 112 B view raw
1/* 2 * S390 version 3 * 4 */ 5 6#ifndef _S390_ERRNO_H 7#define _S390_ERRNO_H 8 9#include <asm-generic/errno.h> 10 11#endif