s48_errno.h 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. /*
  2. * Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. *
  4. * Authors: Mike Sperber, Will Noble
  5. */
  6. #ifdef E2BIG
  7. E2BIG,
  8. #else
  9. -1,
  10. #endif
  11. #ifdef EACCES
  12. EACCES,
  13. #else
  14. -1,
  15. #endif
  16. #ifdef EADDRINUSE
  17. EADDRINUSE,
  18. #else
  19. -1,
  20. #endif
  21. #ifdef EADDRNOTAVAIL
  22. EADDRNOTAVAIL,
  23. #else
  24. -1,
  25. #endif
  26. #ifdef EAFNOSUPPORT
  27. EAFNOSUPPORT,
  28. #else
  29. -1,
  30. #endif
  31. #ifdef EAGAIN
  32. EAGAIN,
  33. #else
  34. -1,
  35. #endif
  36. #ifdef EALREADY
  37. EALREADY,
  38. #else
  39. -1,
  40. #endif
  41. #ifdef EBADF
  42. EBADF,
  43. #else
  44. -1,
  45. #endif
  46. #ifdef EBADMSG
  47. EBADMSG,
  48. #else
  49. -1,
  50. #endif
  51. #ifdef EBUSY
  52. EBUSY,
  53. #else
  54. -1,
  55. #endif
  56. #ifdef ECANCELED
  57. ECANCELED,
  58. #else
  59. -1,
  60. #endif
  61. #ifdef ECHILD
  62. ECHILD,
  63. #else
  64. -1,
  65. #endif
  66. #ifdef ECONNABORTED
  67. ECONNABORTED,
  68. #else
  69. -1,
  70. #endif
  71. #ifdef ECONNREFUSED
  72. ECONNREFUSED,
  73. #else
  74. -1,
  75. #endif
  76. #ifdef ECONNRESET
  77. ECONNRESET,
  78. #else
  79. -1,
  80. #endif
  81. #ifdef EDEADLK
  82. EDEADLK,
  83. #else
  84. -1,
  85. #endif
  86. #ifdef EDESTADDRREQ
  87. EDESTADDRREQ,
  88. #else
  89. -1,
  90. #endif
  91. #ifdef EDOM
  92. EDOM,
  93. #else
  94. -1,
  95. #endif
  96. #ifdef EDQUOT
  97. EDQUOT,
  98. #else
  99. -1,
  100. #endif
  101. #ifdef EEXIST
  102. EEXIST,
  103. #else
  104. -1,
  105. #endif
  106. #ifdef EFAULT
  107. EFAULT,
  108. #else
  109. -1,
  110. #endif
  111. #ifdef EFBIG
  112. EFBIG,
  113. #else
  114. -1,
  115. #endif
  116. #ifdef EHOSTUNREACH
  117. EHOSTUNREACH,
  118. #else
  119. -1,
  120. #endif
  121. #ifdef EIDRM
  122. EIDRM,
  123. #else
  124. -1,
  125. #endif
  126. #ifdef EILSEQ
  127. EILSEQ,
  128. #else
  129. -1,
  130. #endif
  131. #ifdef EINPROGRESS
  132. EINPROGRESS,
  133. #else
  134. -1,
  135. #endif
  136. #ifdef EINTR
  137. EINTR,
  138. #else
  139. -1,
  140. #endif
  141. #ifdef EINVAL
  142. EINVAL,
  143. #else
  144. -1,
  145. #endif
  146. #ifdef EIO
  147. EIO,
  148. #else
  149. -1,
  150. #endif
  151. #ifdef EISCONN
  152. EISCONN,
  153. #else
  154. -1,
  155. #endif
  156. #ifdef EISDIR
  157. EISDIR,
  158. #else
  159. -1,
  160. #endif
  161. #ifdef ELOOP
  162. ELOOP,
  163. #else
  164. -1,
  165. #endif
  166. #ifdef EMFILE
  167. EMFILE,
  168. #else
  169. -1,
  170. #endif
  171. #ifdef EMLINK
  172. EMLINK,
  173. #else
  174. -1,
  175. #endif
  176. #ifdef EMSGSIZE
  177. EMSGSIZE,
  178. #else
  179. -1,
  180. #endif
  181. #ifdef EMULTIHOP
  182. EMULTIHOP,
  183. #else
  184. -1,
  185. #endif
  186. #ifdef ENAMETOOLONG
  187. ENAMETOOLONG,
  188. #else
  189. -1,
  190. #endif
  191. #ifdef ENETDOWN
  192. ENETDOWN,
  193. #else
  194. -1,
  195. #endif
  196. #ifdef ENETRESET
  197. ENETRESET,
  198. #else
  199. -1,
  200. #endif
  201. #ifdef ENETUNREACH
  202. ENETUNREACH,
  203. #else
  204. -1,
  205. #endif
  206. #ifdef ENFILE
  207. ENFILE,
  208. #else
  209. -1,
  210. #endif
  211. #ifdef ENOBUFS
  212. ENOBUFS,
  213. #else
  214. -1,
  215. #endif
  216. #ifdef ENODATA
  217. ENODATA,
  218. #else
  219. -1,
  220. #endif
  221. #ifdef ENODEV
  222. ENODEV,
  223. #else
  224. -1,
  225. #endif
  226. #ifdef ENOENT
  227. ENOENT,
  228. #else
  229. -1,
  230. #endif
  231. #ifdef ENOEXEC
  232. ENOEXEC,
  233. #else
  234. -1,
  235. #endif
  236. #ifdef ENOLCK
  237. ENOLCK,
  238. #else
  239. -1,
  240. #endif
  241. #ifdef ENOLINK
  242. ENOLINK,
  243. #else
  244. -1,
  245. #endif
  246. #ifdef ENOMEM
  247. ENOMEM,
  248. #else
  249. -1,
  250. #endif
  251. #ifdef ENOMSG
  252. ENOMSG,
  253. #else
  254. -1,
  255. #endif
  256. #ifdef ENOPROTOOPT
  257. ENOPROTOOPT,
  258. #else
  259. -1,
  260. #endif
  261. #ifdef ENOSPC
  262. ENOSPC,
  263. #else
  264. -1,
  265. #endif
  266. #ifdef ENOSR
  267. ENOSR,
  268. #else
  269. -1,
  270. #endif
  271. #ifdef ENOSTR
  272. ENOSTR,
  273. #else
  274. -1,
  275. #endif
  276. #ifdef ENOSYS
  277. ENOSYS,
  278. #else
  279. -1,
  280. #endif
  281. #ifdef ENOTCONN
  282. ENOTCONN,
  283. #else
  284. -1,
  285. #endif
  286. #ifdef ENOTDIR
  287. ENOTDIR,
  288. #else
  289. -1,
  290. #endif
  291. #ifdef ENOTEMPTY
  292. ENOTEMPTY,
  293. #else
  294. -1,
  295. #endif
  296. #ifdef ENOTSOCK
  297. ENOTSOCK,
  298. #else
  299. -1,
  300. #endif
  301. #ifdef ENOTSUP
  302. ENOTSUP,
  303. #else
  304. -1,
  305. #endif
  306. #ifdef ENOTTY
  307. ENOTTY,
  308. #else
  309. -1,
  310. #endif
  311. #ifdef ENXIO
  312. ENXIO,
  313. #else
  314. -1,
  315. #endif
  316. #ifdef EOPNOTSUPP
  317. EOPNOTSUPP,
  318. #else
  319. -1,
  320. #endif
  321. #ifdef EOVERFLOW
  322. EOVERFLOW,
  323. #else
  324. -1,
  325. #endif
  326. #ifdef EPERM
  327. EPERM,
  328. #else
  329. -1,
  330. #endif
  331. #ifdef EPIPE
  332. EPIPE,
  333. #else
  334. -1,
  335. #endif
  336. #ifdef EPROTO
  337. EPROTO,
  338. #else
  339. -1,
  340. #endif
  341. #ifdef EPROTONOSUPPORT
  342. EPROTONOSUPPORT,
  343. #else
  344. -1,
  345. #endif
  346. #ifdef EPROTOTYPE
  347. EPROTOTYPE,
  348. #else
  349. -1,
  350. #endif
  351. #ifdef ERANGE
  352. ERANGE,
  353. #else
  354. -1,
  355. #endif
  356. #ifdef EROFS
  357. EROFS,
  358. #else
  359. -1,
  360. #endif
  361. #ifdef ESPIPE
  362. ESPIPE,
  363. #else
  364. -1,
  365. #endif
  366. #ifdef ESRCH
  367. ESRCH,
  368. #else
  369. -1,
  370. #endif
  371. #ifdef ESTALE
  372. ESTALE,
  373. #else
  374. -1,
  375. #endif
  376. #ifdef ETIME
  377. ETIME,
  378. #else
  379. -1,
  380. #endif
  381. #ifdef ETIMEDOUT
  382. ETIMEDOUT,
  383. #else
  384. -1,
  385. #endif
  386. #ifdef ETXTBSY
  387. ETXTBSY,
  388. #else
  389. -1,
  390. #endif
  391. #ifdef EWOULDBLOCK
  392. EWOULDBLOCK,
  393. #else
  394. -1,
  395. #endif
  396. #ifdef EXDEV
  397. EXDEV,
  398. #else
  399. -1,
  400. #endif