blob: a94a56b0437248698c723eaf65014c9a3f2f81dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* ==== errno.h ============================================================
* Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu
*
* Description : Errno is already broken up into data/prototyes.
*/
#ifndef _SYS_ERRNO_H_
#define _SYS_ERRNO_H_
#include <linux/errno.h>
#endif
|