Changeset 192 for trunk/include
- Timestamp:
- Nov 12, 2008, 12:37:00 AM (16 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_cat.h
r185 r192 187 187 MSG_FI_NOGRP, 188 188 MSG_FI_NOUSR, 189 MSG_FI_ LSTAT,189 MSG_FI_STAT, 190 190 MSG_FI_OBSC, 191 191 MSG_FI_OBSC2, -
trunk/include/slib.h
r190 r192 108 108 #define SL_EBADNAME -1040 /* Invalid name. */ 109 109 #define SL_ESTAT -1041 /* stat of file failed. Check errno. */ 110 #define SL_EFSTAT -1042 /* fstat of file failed. Check errno. */ 110 111 111 112 #define SL_EBADUID -1050 /* Owner not trustworthy. */ … … 115 116 #define SL_TOOMANY -1053 /* Too many open files */ 116 117 #define SL_TIMEOUT -1054 /* Timeout in read */ 118 119 #define SL_EISDIR -1055 /* Is a directory */ 117 120 /* 118 121 * All int functions return SL_NONE on success.
Note:
See TracChangeset
for help on using the changeset viewer.