Ignore:
Timestamp:
Mar 18, 2021, 8:57:36 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from Paul's uniaud32next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/errno.h

    r32 r679  
    1313#define ERESTARTNOHAND  514     /* restart if no handler.. */
    1414#define ENOIOCTLCMD     515     /* No ioctl command */
     15#define ENOTSUPP        524     /* Operation is not supported */
    1516
    1617#endif
    17 
     18#define ENOENT          2               /* No such file or directory */
     19#define EIO              5      /* I/O error */
     20#define EEXIST          17              /* File exists */
     21#define EINVAL           22
    1822#endif
Note: See TracChangeset for help on using the changeset viewer.