diff options
Diffstat (limited to 'mit-pthreads/machdep/linux-1.0/errno.h')
-rwxr-xr-x | mit-pthreads/machdep/linux-1.0/errno.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/linux-1.0/errno.h b/mit-pthreads/machdep/linux-1.0/errno.h new file mode 100755 index 00000000000..a94a56b0437 --- /dev/null +++ b/mit-pthreads/machdep/linux-1.0/errno.h @@ -0,0 +1,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 |