source: sbliveos2/trunk/include/linux/errno.h@ 174

Last change on this file since 174 was 142, checked in by ktk, 25 years ago

Import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 317 bytes
Line 
1/* $Id: errno.h 142 2000-04-23 14:55:46Z ktk $ */
2
3#ifndef _LINUX_ERRNO_H
4#define _LINUX_ERRNO_H
5
6#include <asm/errno.h>
7
8#ifdef __KERNEL__
9
10/* Should never be seen by user programs */
11#define ERESTARTSYS 512
12#define ERESTARTNOINTR 513
13#define ERESTARTNOHAND 514 /* restart if no handler.. */
14#define ENOIOCTLCMD 515 /* No ioctl command */
15
16#endif
17
18#endif
Note: See TracBrowser for help on using the repository browser.