unistd_openbsd_arm64.go 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. // Code generated by 'ccgo unistd/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o unistd/unistd_openbsd_arm64.go -pkgname unistd', DO NOT EDIT.
  2. package unistd
  3. import (
  4. "math"
  5. "reflect"
  6. "sync/atomic"
  7. "unsafe"
  8. )
  9. var _ = math.Pi
  10. var _ reflect.Kind
  11. var _ atomic.Value
  12. var _ unsafe.Pointer
  13. const (
  14. BIG_ENDIAN = 4321 // endian.h:45:1:
  15. BYTE_ORDER = 1234 // endian.h:47:1:
  16. F_LOCK = 1 // unistd.h:48:1:
  17. F_OK = 0 // unistd.h:49:1:
  18. F_TEST = 3 // unistd.h:50:1:
  19. F_TLOCK = 2 // unistd.h:49:1:
  20. F_ULOCK = 0 // unistd.h:47:1:
  21. KBIND_BLOCK_MAX = 2 // unistd.h:77:1:
  22. KBIND_DATA_MAX = 24 // unistd.h:78:1:
  23. LITTLE_ENDIAN = 1234 // endian.h:44:1:
  24. L_INCR = 1 // unistd.h:62:1:
  25. L_SET = 0 // unistd.h:61:1:
  26. L_XTND = 2 // unistd.h:63:1:
  27. PDP_ENDIAN = 3412 // endian.h:46:1:
  28. R_OK = 0x04 // unistd.h:52:1:
  29. SEEK_CUR = 1 // unistd.h:56:1:
  30. SEEK_END = 2 // unistd.h:57:1:
  31. SEEK_SET = 0 // unistd.h:55:1:
  32. STDERR_FILENO = 2 // unistd.h:44:1:
  33. STDIN_FILENO = 0 // unistd.h:42:1:
  34. STDOUT_FILENO = 1 // unistd.h:43:1:
  35. W_OK = 0x02 // unistd.h:51:1:
  36. X_OK = 0x01 // unistd.h:50:1:
  37. X_BIG_ENDIAN = 4321 // _endian.h:43:1:
  38. X_BYTE_ORDER = 1234 // endian.h:60:1:
  39. X_CLOCKID_T_DEFINED_ = 0 // types.h:162:1:
  40. X_CLOCK_T_DEFINED_ = 0 // types.h:157:1:
  41. X_CS_PATH = 1 // unistd.h:286:1:
  42. X_CS_POSIX_V6_ILP32_OFF32_CFLAGS = 2 // unistd.h:287:1:
  43. X_CS_POSIX_V6_ILP32_OFF32_LDFLAGS = 3 // unistd.h:288:1:
  44. X_CS_POSIX_V6_ILP32_OFF32_LIBS = 4 // unistd.h:289:1:
  45. X_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS = 5 // unistd.h:290:1:
  46. X_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS = 6 // unistd.h:291:1:
  47. X_CS_POSIX_V6_ILP32_OFFBIG_LIBS = 7 // unistd.h:292:1:
  48. X_CS_POSIX_V6_LP64_OFF64_CFLAGS = 8 // unistd.h:293:1:
  49. X_CS_POSIX_V6_LP64_OFF64_LDFLAGS = 9 // unistd.h:294:1:
  50. X_CS_POSIX_V6_LP64_OFF64_LIBS = 10 // unistd.h:295:1:
  51. X_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS = 11 // unistd.h:296:1:
  52. X_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS = 12 // unistd.h:297:1:
  53. X_CS_POSIX_V6_LPBIG_OFFBIG_LIBS = 13 // unistd.h:298:1:
  54. X_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS = 14 // unistd.h:299:1:
  55. X_CS_POSIX_V7_ILP32_OFF32_CFLAGS = 16 // unistd.h:301:1:
  56. X_CS_POSIX_V7_ILP32_OFF32_LDFLAGS = 17 // unistd.h:302:1:
  57. X_CS_POSIX_V7_ILP32_OFF32_LIBS = 18 // unistd.h:303:1:
  58. X_CS_POSIX_V7_ILP32_OFFBIG_CFLAGS = 19 // unistd.h:304:1:
  59. X_CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS = 20 // unistd.h:305:1:
  60. X_CS_POSIX_V7_ILP32_OFFBIG_LIBS = 21 // unistd.h:306:1:
  61. X_CS_POSIX_V7_LP64_OFF64_CFLAGS = 22 // unistd.h:307:1:
  62. X_CS_POSIX_V7_LP64_OFF64_LDFLAGS = 23 // unistd.h:308:1:
  63. X_CS_POSIX_V7_LP64_OFF64_LIBS = 24 // unistd.h:309:1:
  64. X_CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS = 25 // unistd.h:310:1:
  65. X_CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS = 26 // unistd.h:311:1:
  66. X_CS_POSIX_V7_LPBIG_OFFBIG_LIBS = 27 // unistd.h:312:1:
  67. X_CS_POSIX_V7_THREADS_CFLAGS = 28 // unistd.h:313:1:
  68. X_CS_POSIX_V7_THREADS_LDFLAGS = 29 // unistd.h:314:1:
  69. X_CS_POSIX_V7_WIDTH_RESTRICTED_ENVS = 30 // unistd.h:315:1:
  70. X_CS_V6_ENV = 15 // unistd.h:300:1:
  71. X_CS_V7_ENV = 31 // unistd.h:316:1:
  72. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  73. X_GETOPT_DEFINED_ = 0 // unistd.h:385:1:
  74. X_INT16_T_DEFINED_ = 0 // types.h:84:1:
  75. X_INT32_T_DEFINED_ = 0 // types.h:94:1:
  76. X_INT64_T_DEFINED_ = 0 // types.h:104:1:
  77. X_INT8_T_DEFINED_ = 0 // types.h:74:1:
  78. X_INTPTR_T_DEFINED_ = 0 // unistd.h:319:1:
  79. X_LITTLE_ENDIAN = 1234 // _endian.h:42:1:
  80. X_LP64 = 1 // <predefined>:1:1:
  81. X_MACHINE_CDEFS_H_ = 0 // cdefs.h:4:1:
  82. X_MACHINE_ENDIAN_H_ = 0 // endian.h:20:1:
  83. X_MACHINE__TYPES_H_ = 0 // _types.h:35:1:
  84. X_MAX_PAGE_SHIFT = 12 // _types.h:57:1:
  85. X_OFF_T_DEFINED_ = 0 // types.h:192:1:
  86. X_PC_2_SYMLINKS = 10 // unistd.h:93:1:
  87. X_PC_ALLOC_SIZE_MIN = 11 // unistd.h:94:1:
  88. X_PC_ASYNC_IO = 12 // unistd.h:95:1:
  89. X_PC_CHOWN_RESTRICTED = 7 // unistd.h:90:1:
  90. X_PC_FILESIZEBITS = 13 // unistd.h:96:1:
  91. X_PC_LINK_MAX = 1 // unistd.h:84:1:
  92. X_PC_MAX_CANON = 2 // unistd.h:85:1:
  93. X_PC_MAX_INPUT = 3 // unistd.h:86:1:
  94. X_PC_NAME_MAX = 4 // unistd.h:87:1:
  95. X_PC_NO_TRUNC = 8 // unistd.h:91:1:
  96. X_PC_PATH_MAX = 5 // unistd.h:88:1:
  97. X_PC_PIPE_BUF = 6 // unistd.h:89:1:
  98. X_PC_PRIO_IO = 14 // unistd.h:97:1:
  99. X_PC_REC_INCR_XFER_SIZE = 15 // unistd.h:98:1:
  100. X_PC_REC_MAX_XFER_SIZE = 16 // unistd.h:99:1:
  101. X_PC_REC_MIN_XFER_SIZE = 17 // unistd.h:100:1:
  102. X_PC_REC_XFER_ALIGN = 18 // unistd.h:101:1:
  103. X_PC_SYMLINK_MAX = 19 // unistd.h:102:1:
  104. X_PC_SYNC_IO = 20 // unistd.h:103:1:
  105. X_PC_TIMESTAMP_RESOLUTION = 21 // unistd.h:104:1:
  106. X_PC_VDISABLE = 9 // unistd.h:92:1:
  107. X_PDP_ENDIAN = 3412 // _endian.h:44:1:
  108. X_PID_T_DEFINED_ = 0 // types.h:167:1:
  109. X_POSIX2_CHAR_TERM = 1 // unistd.h:116:1:
  110. X_POSIX2_C_BIND = 200112 // unistd.h:114:1:
  111. X_POSIX2_C_DEV = -1 // unistd.h:115:1:
  112. X_POSIX2_FORT_DEV = -1 // unistd.h:117:1:
  113. X_POSIX2_FORT_RUN = -1 // unistd.h:118:1:
  114. X_POSIX2_LOCALEDEF = -1 // unistd.h:119:1:
  115. X_POSIX2_PBS = -1 // unistd.h:120:1:
  116. X_POSIX2_PBS_ACCOUNTING = -1 // unistd.h:121:1:
  117. X_POSIX2_PBS_CHECKPOINT = -1 // unistd.h:122:1:
  118. X_POSIX2_PBS_LOCATE = -1 // unistd.h:123:1:
  119. X_POSIX2_PBS_MESSAGE = -1 // unistd.h:124:1:
  120. X_POSIX2_PBS_TRACK = -1 // unistd.h:125:1:
  121. X_POSIX2_SW_DEV = 200112 // unistd.h:126:1:
  122. X_POSIX2_UPE = 200112 // unistd.h:127:1:
  123. X_POSIX2_VERSION = 200809 // unistd.h:148:1:
  124. X_POSIX_ADVISORY_INFO = -1 // unistd.h:65:1:
  125. X_POSIX_ASYNCHRONOUS_IO = -1 // unistd.h:66:1:
  126. X_POSIX_ASYNC_IO = -1 // unistd.h:41:1:
  127. X_POSIX_BARRIERS = 200112 // unistd.h:67:1:
  128. X_POSIX_CHOWN_RESTRICTED = 1 // unistd.h:68:1:
  129. X_POSIX_CLOCK_SELECTION = -1 // unistd.h:69:1:
  130. X_POSIX_CPUTIME = 200809 // unistd.h:70:1:
  131. X_POSIX_FSYNC = 200112 // unistd.h:71:1:
  132. X_POSIX_IPV6 = 0 // unistd.h:72:1:
  133. X_POSIX_JOB_CONTROL = 1 // unistd.h:73:1:
  134. X_POSIX_MAPPED_FILES = 200112 // unistd.h:74:1:
  135. X_POSIX_MEMLOCK = 200112 // unistd.h:75:1:
  136. X_POSIX_MEMLOCK_RANGE = 200112 // unistd.h:76:1:
  137. X_POSIX_MEMORY_PROTECTION = 200112 // unistd.h:77:1:
  138. X_POSIX_MESSAGE_PASSING = -1 // unistd.h:78:1:
  139. X_POSIX_MONOTONIC_CLOCK = 200112 // unistd.h:79:1:
  140. X_POSIX_NO_TRUNC = 1 // unistd.h:80:1:
  141. X_POSIX_PRIORITIZED_IO = -1 // unistd.h:81:1:
  142. X_POSIX_PRIORITY_SCHEDULING = -1 // unistd.h:82:1:
  143. X_POSIX_PRIO_IO = -1 // unistd.h:42:1:
  144. X_POSIX_RAW_SOCKETS = 200112 // unistd.h:83:1:
  145. X_POSIX_READER_WRITER_LOCKS = 200112 // unistd.h:84:1:
  146. X_POSIX_REALTIME_SIGNALS = -1 // unistd.h:85:1:
  147. X_POSIX_REGEXP = 1 // unistd.h:86:1:
  148. X_POSIX_SAVED_IDS = 1 // unistd.h:87:1:
  149. X_POSIX_SEMAPHORES = 200112 // unistd.h:88:1:
  150. X_POSIX_SHARED_MEMORY_OBJECTS = 200809 // unistd.h:89:1:
  151. X_POSIX_SHELL = 1 // unistd.h:90:1:
  152. X_POSIX_SPAWN = 200112 // unistd.h:91:1:
  153. X_POSIX_SPIN_LOCKS = 200112 // unistd.h:92:1:
  154. X_POSIX_SPORADIC_SERVER = -1 // unistd.h:93:1:
  155. X_POSIX_SYNCHRONIZED_IO = -1 // unistd.h:94:1:
  156. X_POSIX_SYNC_IO = -1 // unistd.h:43:1:
  157. X_POSIX_THREADS = 200112 // unistd.h:106:1:
  158. X_POSIX_THREAD_ATTR_STACKADDR = 200112 // unistd.h:95:1:
  159. X_POSIX_THREAD_ATTR_STACKSIZE = 200112 // unistd.h:96:1:
  160. X_POSIX_THREAD_CPUTIME = 200809 // unistd.h:97:1:
  161. X_POSIX_THREAD_PRIORITY_SCHEDULING = -1 // unistd.h:100:1:
  162. X_POSIX_THREAD_PRIO_INHERIT = -1 // unistd.h:98:1:
  163. X_POSIX_THREAD_PRIO_PROTECT = -1 // unistd.h:99:1:
  164. X_POSIX_THREAD_PROCESS_SHARED = -1 // unistd.h:101:1:
  165. X_POSIX_THREAD_ROBUST_PRIO_INHERIT = -1 // unistd.h:102:1:
  166. X_POSIX_THREAD_ROBUST_PRIO_PROTECT = -1 // unistd.h:103:1:
  167. X_POSIX_THREAD_SAFE_FUNCTIONS = 200112 // unistd.h:104:1:
  168. X_POSIX_THREAD_SPORADIC_SERVER = -1 // unistd.h:105:1:
  169. X_POSIX_TIMEOUTS = 200112 // unistd.h:107:1:
  170. X_POSIX_TIMERS = -1 // unistd.h:108:1:
  171. X_POSIX_TRACE = -1 // unistd.h:109:1:
  172. X_POSIX_TRACE_EVENT_FILTER = -1 // unistd.h:110:1:
  173. X_POSIX_TRACE_INHERIT = -1 // unistd.h:111:1:
  174. X_POSIX_TRACE_LOG = -1 // unistd.h:112:1:
  175. X_POSIX_TYPED_MEMORY_OBJECTS = -1 // unistd.h:113:1:
  176. X_POSIX_V6_ILP32_OFF32 = -1 // unistd.h:128:1:
  177. X_POSIX_V6_ILP32_OFFBIG = 0 // unistd.h:129:1:
  178. X_POSIX_V6_LP64_OFF64 = 0 // unistd.h:130:1:
  179. X_POSIX_V6_LPBIG_OFFBIG = 0 // unistd.h:131:1:
  180. X_POSIX_V7_ILP32_OFF32 = -1 // unistd.h:132:1:
  181. X_POSIX_V7_ILP32_OFFBIG = 0 // unistd.h:133:1:
  182. X_POSIX_V7_LP64_OFF64 = 0 // unistd.h:134:1:
  183. X_POSIX_V7_LPBIG_OFFBIG = 0 // unistd.h:135:1:
  184. X_POSIX_VDISABLE = 255 // unistd.h:40:1:
  185. X_POSIX_VERSION = 200809 // unistd.h:46:1:
  186. X_QUAD_HIGHWORD = 1 // _endian.h:95:1:
  187. X_QUAD_LOWWORD = 0 // _endian.h:96:1:
  188. X_RET_PROTECTOR = 1 // <predefined>:2:1:
  189. X_SC_2_CHAR_TERM = 20 // unistd.h:172:1:
  190. X_SC_2_C_BIND = 18 // unistd.h:170:1:
  191. X_SC_2_C_DEV = 19 // unistd.h:171:1:
  192. X_SC_2_FORT_DEV = 21 // unistd.h:173:1:
  193. X_SC_2_FORT_RUN = 22 // unistd.h:174:1:
  194. X_SC_2_LOCALEDEF = 23 // unistd.h:175:1:
  195. X_SC_2_PBS = 35 // unistd.h:188:1:
  196. X_SC_2_PBS_ACCOUNTING = 36 // unistd.h:189:1:
  197. X_SC_2_PBS_CHECKPOINT = 37 // unistd.h:190:1:
  198. X_SC_2_PBS_LOCATE = 38 // unistd.h:191:1:
  199. X_SC_2_PBS_MESSAGE = 39 // unistd.h:192:1:
  200. X_SC_2_PBS_TRACK = 40 // unistd.h:193:1:
  201. X_SC_2_SW_DEV = 24 // unistd.h:176:1:
  202. X_SC_2_UPE = 25 // unistd.h:177:1:
  203. X_SC_2_VERSION = 17 // unistd.h:169:1:
  204. X_SC_ADVISORY_INFO = 41 // unistd.h:194:1:
  205. X_SC_AIO_LISTIO_MAX = 42 // unistd.h:195:1:
  206. X_SC_AIO_MAX = 43 // unistd.h:196:1:
  207. X_SC_AIO_PRIO_DELTA_MAX = 44 // unistd.h:197:1:
  208. X_SC_ARG_MAX = 1 // unistd.h:153:1:
  209. X_SC_ASYNCHRONOUS_IO = 45 // unistd.h:198:1:
  210. X_SC_ATEXIT_MAX = 46 // unistd.h:199:1:
  211. X_SC_AVPHYS_PAGES = 501 // unistd.h:281:1:
  212. X_SC_BARRIERS = 47 // unistd.h:200:1:
  213. X_SC_BC_BASE_MAX = 9 // unistd.h:161:1:
  214. X_SC_BC_DIM_MAX = 10 // unistd.h:162:1:
  215. X_SC_BC_SCALE_MAX = 11 // unistd.h:163:1:
  216. X_SC_BC_STRING_MAX = 12 // unistd.h:164:1:
  217. X_SC_CHILD_MAX = 2 // unistd.h:154:1:
  218. X_SC_CLK_TCK = 3 // unistd.h:155:1:
  219. X_SC_CLOCK_SELECTION = 48 // unistd.h:201:1:
  220. X_SC_COLL_WEIGHTS_MAX = 13 // unistd.h:165:1:
  221. X_SC_CPUTIME = 49 // unistd.h:202:1:
  222. X_SC_DELAYTIMER_MAX = 50 // unistd.h:203:1:
  223. X_SC_EXPR_NEST_MAX = 14 // unistd.h:166:1:
  224. X_SC_FSYNC = 29 // unistd.h:182:1:
  225. X_SC_GETGR_R_SIZE_MAX = 100 // unistd.h:253:1:
  226. X_SC_GETPW_R_SIZE_MAX = 101 // unistd.h:254:1:
  227. X_SC_HOST_NAME_MAX = 33 // unistd.h:186:1:
  228. X_SC_IOV_MAX = 51 // unistd.h:204:1:
  229. X_SC_IPV6 = 52 // unistd.h:205:1:
  230. X_SC_JOB_CONTROL = 6 // unistd.h:158:1:
  231. X_SC_LINE_MAX = 15 // unistd.h:167:1:
  232. X_SC_LOGIN_NAME_MAX = 102 // unistd.h:255:1:
  233. X_SC_MAPPED_FILES = 53 // unistd.h:206:1:
  234. X_SC_MEMLOCK = 54 // unistd.h:207:1:
  235. X_SC_MEMLOCK_RANGE = 55 // unistd.h:208:1:
  236. X_SC_MEMORY_PROTECTION = 56 // unistd.h:209:1:
  237. X_SC_MESSAGE_PASSING = 57 // unistd.h:210:1:
  238. X_SC_MONOTONIC_CLOCK = 34 // unistd.h:187:1:
  239. X_SC_MQ_OPEN_MAX = 58 // unistd.h:211:1:
  240. X_SC_MQ_PRIO_MAX = 59 // unistd.h:212:1:
  241. X_SC_NGROUPS_MAX = 4 // unistd.h:156:1:
  242. X_SC_NPROCESSORS_CONF = 502 // unistd.h:282:1:
  243. X_SC_NPROCESSORS_ONLN = 503 // unistd.h:283:1:
  244. X_SC_OPEN_MAX = 5 // unistd.h:157:1:
  245. X_SC_PAGESIZE = 28 // unistd.h:180:1:
  246. X_SC_PAGE_SIZE = 28 // unistd.h:181:1:
  247. X_SC_PHYS_PAGES = 500 // unistd.h:280:1:
  248. X_SC_PRIORITIZED_IO = 60 // unistd.h:213:1:
  249. X_SC_PRIORITY_SCHEDULING = 61 // unistd.h:214:1:
  250. X_SC_RAW_SOCKETS = 62 // unistd.h:215:1:
  251. X_SC_READER_WRITER_LOCKS = 63 // unistd.h:216:1:
  252. X_SC_REALTIME_SIGNALS = 64 // unistd.h:217:1:
  253. X_SC_REGEXP = 65 // unistd.h:218:1:
  254. X_SC_RE_DUP_MAX = 16 // unistd.h:168:1:
  255. X_SC_RTSIG_MAX = 66 // unistd.h:219:1:
  256. X_SC_SAVED_IDS = 7 // unistd.h:159:1:
  257. X_SC_SEMAPHORES = 67 // unistd.h:220:1:
  258. X_SC_SEM_NSEMS_MAX = 31 // unistd.h:184:1:
  259. X_SC_SEM_VALUE_MAX = 32 // unistd.h:185:1:
  260. X_SC_SHARED_MEMORY_OBJECTS = 68 // unistd.h:221:1:
  261. X_SC_SHELL = 69 // unistd.h:222:1:
  262. X_SC_SIGQUEUE_MAX = 70 // unistd.h:223:1:
  263. X_SC_SPAWN = 71 // unistd.h:224:1:
  264. X_SC_SPIN_LOCKS = 72 // unistd.h:225:1:
  265. X_SC_SPORADIC_SERVER = 73 // unistd.h:226:1:
  266. X_SC_SS_REPL_MAX = 74 // unistd.h:227:1:
  267. X_SC_STREAM_MAX = 26 // unistd.h:178:1:
  268. X_SC_SYMLOOP_MAX = 76 // unistd.h:229:1:
  269. X_SC_SYNCHRONIZED_IO = 75 // unistd.h:228:1:
  270. X_SC_THREADS = 91 // unistd.h:244:1:
  271. X_SC_THREAD_ATTR_STACKADDR = 77 // unistd.h:230:1:
  272. X_SC_THREAD_ATTR_STACKSIZE = 78 // unistd.h:231:1:
  273. X_SC_THREAD_CPUTIME = 79 // unistd.h:232:1:
  274. X_SC_THREAD_DESTRUCTOR_ITERATIONS = 80 // unistd.h:233:1:
  275. X_SC_THREAD_KEYS_MAX = 81 // unistd.h:234:1:
  276. X_SC_THREAD_PRIORITY_SCHEDULING = 84 // unistd.h:237:1:
  277. X_SC_THREAD_PRIO_INHERIT = 82 // unistd.h:235:1:
  278. X_SC_THREAD_PRIO_PROTECT = 83 // unistd.h:236:1:
  279. X_SC_THREAD_PROCESS_SHARED = 85 // unistd.h:238:1:
  280. X_SC_THREAD_ROBUST_PRIO_INHERIT = 86 // unistd.h:239:1:
  281. X_SC_THREAD_ROBUST_PRIO_PROTECT = 87 // unistd.h:240:1:
  282. X_SC_THREAD_SAFE_FUNCTIONS = 103 // unistd.h:256:1:
  283. X_SC_THREAD_SPORADIC_SERVER = 88 // unistd.h:241:1:
  284. X_SC_THREAD_STACK_MIN = 89 // unistd.h:242:1:
  285. X_SC_THREAD_THREADS_MAX = 90 // unistd.h:243:1:
  286. X_SC_TIMEOUTS = 92 // unistd.h:245:1:
  287. X_SC_TIMERS = 94 // unistd.h:247:1:
  288. X_SC_TIMER_MAX = 93 // unistd.h:246:1:
  289. X_SC_TRACE = 95 // unistd.h:248:1:
  290. X_SC_TRACE_EVENT_FILTER = 96 // unistd.h:249:1:
  291. X_SC_TRACE_EVENT_NAME_MAX = 97 // unistd.h:250:1:
  292. X_SC_TRACE_INHERIT = 98 // unistd.h:251:1:
  293. X_SC_TRACE_LOG = 99 // unistd.h:252:1:
  294. X_SC_TRACE_NAME_MAX = 104 // unistd.h:257:1:
  295. X_SC_TRACE_SYS_MAX = 105 // unistd.h:258:1:
  296. X_SC_TRACE_USER_EVENT_MAX = 106 // unistd.h:259:1:
  297. X_SC_TTY_NAME_MAX = 107 // unistd.h:260:1:
  298. X_SC_TYPED_MEMORY_OBJECTS = 108 // unistd.h:261:1:
  299. X_SC_TZNAME_MAX = 27 // unistd.h:179:1:
  300. X_SC_V6_ILP32_OFF32 = 109 // unistd.h:262:1:
  301. X_SC_V6_ILP32_OFFBIG = 110 // unistd.h:263:1:
  302. X_SC_V6_LP64_OFF64 = 111 // unistd.h:264:1:
  303. X_SC_V6_LPBIG_OFFBIG = 112 // unistd.h:265:1:
  304. X_SC_V7_ILP32_OFF32 = 113 // unistd.h:266:1:
  305. X_SC_V7_ILP32_OFFBIG = 114 // unistd.h:267:1:
  306. X_SC_V7_LP64_OFF64 = 115 // unistd.h:268:1:
  307. X_SC_V7_LPBIG_OFFBIG = 116 // unistd.h:269:1:
  308. X_SC_VERSION = 8 // unistd.h:160:1:
  309. X_SC_XOPEN_CRYPT = 117 // unistd.h:270:1:
  310. X_SC_XOPEN_ENH_I18N = 118 // unistd.h:271:1:
  311. X_SC_XOPEN_LEGACY = 119 // unistd.h:272:1:
  312. X_SC_XOPEN_REALTIME = 120 // unistd.h:273:1:
  313. X_SC_XOPEN_REALTIME_THREADS = 121 // unistd.h:274:1:
  314. X_SC_XOPEN_SHM = 30 // unistd.h:183:1:
  315. X_SC_XOPEN_STREAMS = 122 // unistd.h:275:1:
  316. X_SC_XOPEN_UNIX = 123 // unistd.h:276:1:
  317. X_SC_XOPEN_UUCP = 124 // unistd.h:277:1:
  318. X_SC_XOPEN_VERSION = 125 // unistd.h:278:1:
  319. X_SIZE_T_DEFINED_ = 0 // types.h:172:1:
  320. X_SSIZE_T_DEFINED_ = 0 // types.h:177:1:
  321. X_STACKALIGNBYTES = 15 // _types.h:54:1:
  322. X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
  323. X_SYS_ENDIAN_H_ = 0 // endian.h:38:1:
  324. X_SYS_TYPES_H_ = 0 // types.h:41:1:
  325. X_SYS_UNISTD_H_ = 0 // unistd.h:36:1:
  326. X_SYS__ENDIAN_H_ = 0 // _endian.h:34:1:
  327. X_SYS__TYPES_H_ = 0 // _types.h:35:1:
  328. X_TIMER_T_DEFINED_ = 0 // types.h:187:1:
  329. X_TIME_T_DEFINED_ = 0 // types.h:182:1:
  330. X_UINT16_T_DEFINED_ = 0 // types.h:89:1:
  331. X_UINT32_T_DEFINED_ = 0 // types.h:99:1:
  332. X_UINT64_T_DEFINED_ = 0 // types.h:109:1:
  333. X_UINT8_T_DEFINED_ = 0 // types.h:79:1:
  334. X_UNISTD_H_ = 0 // unistd.h:36:1:
  335. X_XOPEN_CRYPT = 1 // unistd.h:137:1:
  336. X_XOPEN_ENH_I18N = -1 // unistd.h:138:1:
  337. X_XOPEN_LEGACY = -1 // unistd.h:139:1:
  338. X_XOPEN_REALTIME = -1 // unistd.h:140:1:
  339. X_XOPEN_REALTIME_THREADS = -1 // unistd.h:141:1:
  340. X_XOPEN_SHM = 1 // unistd.h:142:1:
  341. X_XOPEN_STREAMS = -1 // unistd.h:143:1:
  342. X_XOPEN_UNIX = -1 // unistd.h:145:1:
  343. X_XOPEN_UUCP = -1 // unistd.h:144:1:
  344. Unix = 1 // <predefined>:360:1:
  345. )
  346. type Ptrdiff_t = int64 /* <builtin>:3:26 */
  347. type Size_t = uint64 /* <builtin>:9:23 */
  348. type Wchar_t = int32 /* <builtin>:15:24 */
  349. type X__int128_t = struct {
  350. Flo int64
  351. Fhi int64
  352. } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128
  353. type X__uint128_t = struct {
  354. Flo uint64
  355. Fhi uint64
  356. } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128
  357. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  358. type X__float128 = float64 /* <builtin>:47:21 */
  359. // $OpenBSD: unistd.h,v 1.106 2018/07/13 09:25:22 beck Exp $
  360. // $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $
  361. // -
  362. // Copyright (c) 1991 The Regents of the University of California.
  363. // All rights reserved.
  364. //
  365. // Redistribution and use in source and binary forms, with or without
  366. // modification, are permitted provided that the following conditions
  367. // are met:
  368. // 1. Redistributions of source code must retain the above copyright
  369. // notice, this list of conditions and the following disclaimer.
  370. // 2. Redistributions in binary form must reproduce the above copyright
  371. // notice, this list of conditions and the following disclaimer in the
  372. // documentation and/or other materials provided with the distribution.
  373. // 3. Neither the name of the University nor the names of its contributors
  374. // may be used to endorse or promote products derived from this software
  375. // without specific prior written permission.
  376. //
  377. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  378. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  379. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  380. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  381. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  382. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  383. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  384. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  385. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  386. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  387. // SUCH DAMAGE.
  388. //
  389. // @(#)unistd.h 5.13 (Berkeley) 6/17/91
  390. // $OpenBSD: _null.h,v 1.2 2016/09/09 22:07:58 millert Exp $
  391. // Written by Todd C. Miller, September 9, 2016
  392. // Public domain.
  393. // $OpenBSD: types.h,v 1.49 2022/08/06 13:31:13 semarie Exp $
  394. // $NetBSD: types.h,v 1.29 1996/11/15 22:48:25 jtc Exp $
  395. // -
  396. // Copyright (c) 1982, 1986, 1991, 1993
  397. // The Regents of the University of California. All rights reserved.
  398. // (c) UNIX System Laboratories, Inc.
  399. // All or some portions of this file are derived from material licensed
  400. // to the University of California by American Telephone and Telegraph
  401. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  402. // the permission of UNIX System Laboratories, Inc.
  403. //
  404. // Redistribution and use in source and binary forms, with or without
  405. // modification, are permitted provided that the following conditions
  406. // are met:
  407. // 1. Redistributions of source code must retain the above copyright
  408. // notice, this list of conditions and the following disclaimer.
  409. // 2. Redistributions in binary form must reproduce the above copyright
  410. // notice, this list of conditions and the following disclaimer in the
  411. // documentation and/or other materials provided with the distribution.
  412. // 3. Neither the name of the University nor the names of its contributors
  413. // may be used to endorse or promote products derived from this software
  414. // without specific prior written permission.
  415. //
  416. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  417. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  418. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  419. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  420. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  421. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  422. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  423. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  424. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  425. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  426. // SUCH DAMAGE.
  427. //
  428. // @(#)types.h 8.4 (Berkeley) 1/21/94
  429. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  430. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  431. // Copyright (c) 1991, 1993
  432. // The Regents of the University of California. All rights reserved.
  433. //
  434. // This code is derived from software contributed to Berkeley by
  435. // Berkeley Software Design, Inc.
  436. //
  437. // Redistribution and use in source and binary forms, with or without
  438. // modification, are permitted provided that the following conditions
  439. // are met:
  440. // 1. Redistributions of source code must retain the above copyright
  441. // notice, this list of conditions and the following disclaimer.
  442. // 2. Redistributions in binary form must reproduce the above copyright
  443. // notice, this list of conditions and the following disclaimer in the
  444. // documentation and/or other materials provided with the distribution.
  445. // 3. Neither the name of the University nor the names of its contributors
  446. // may be used to endorse or promote products derived from this software
  447. // without specific prior written permission.
  448. //
  449. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  450. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  451. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  452. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  453. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  454. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  455. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  456. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  457. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  458. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  459. // SUCH DAMAGE.
  460. //
  461. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  462. // $OpenBSD: cdefs.h,v 1.1 2016/12/17 23:38:33 patrick Exp $
  463. // Macro to test if we're using a specific version of gcc or later.
  464. // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
  465. // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
  466. // The __CONCAT macro is a bit tricky -- make sure you don't put spaces
  467. // in between its arguments. Do not use __CONCAT on double-quoted strings,
  468. // such as those from the __STRING macro: to concatenate strings just put
  469. // them next to each other.
  470. // GCC1 and some versions of GCC2 declare dead (non-returning) and
  471. // pure (no side effects) functions using "volatile" and "const";
  472. // unfortunately, these then cause warnings under "-ansi -pedantic".
  473. // GCC >= 2.5 uses the __attribute__((attrs)) style. All of these
  474. // work for GNU C++ (modulo a slight glitch in the C++ grammar in
  475. // the distribution version of 2.5.5).
  476. // __returns_twice makes the compiler not assume the function
  477. // only returns once. This affects registerisation of variables:
  478. // even local variables need to be in memory across such a call.
  479. // Example: setjmp()
  480. // __only_inline makes the compiler only use this function definition
  481. // for inlining; references that can't be inlined will be left as
  482. // external references instead of generating a local copy. The
  483. // matching library should include a simple extern definition for
  484. // the function to handle those references. c.f. ctype.h
  485. // GNU C version 2.96 adds explicit branch prediction so that
  486. // the CPU back-end can hint the processor and also so that
  487. // code blocks can be reordered such that the predicted path
  488. // sees a more linear flow, thus improving cache behavior, etc.
  489. //
  490. // The following two macros provide us with a way to utilize this
  491. // compiler feature. Use __predict_true() if you expect the expression
  492. // to evaluate to true, and __predict_false() if you expect the
  493. // expression to evaluate to false.
  494. //
  495. // A few notes about usage:
  496. //
  497. // * Generally, __predict_false() error condition checks (unless
  498. // you have some _strong_ reason to do otherwise, in which case
  499. // document it), and/or __predict_true() `no-error' condition
  500. // checks, assuming you want to optimize for the no-error case.
  501. //
  502. // * Other than that, if you don't know the likelihood of a test
  503. // succeeding from empirical or other `hard' evidence, don't
  504. // make predictions.
  505. //
  506. // * These are meant to be used in places that are run `a lot'.
  507. // It is wasteful to make predictions in code that is run
  508. // seldomly (e.g. at subsystem initialization time) as the
  509. // basic block reordering that this affects can often generate
  510. // larger code.
  511. // Delete pseudo-keywords wherever they are not available or needed.
  512. // The __packed macro indicates that a variable or structure members
  513. // should have the smallest possible alignment, despite any host CPU
  514. // alignment requirements.
  515. //
  516. // The __aligned(x) macro specifies the minimum alignment of a
  517. // variable or structure.
  518. //
  519. // These macros together are useful for describing the layout and
  520. // alignment of messages exchanged with hardware or other systems.
  521. // "The nice thing about standards is that there are so many to choose from."
  522. // There are a number of "feature test macros" specified by (different)
  523. // standards that determine which interfaces and types the header files
  524. // should expose.
  525. //
  526. // Because of inconsistencies in these macros, we define our own
  527. // set in the private name space that end in _VISIBLE. These are
  528. // always defined and so headers can test their values easily.
  529. // Things can get tricky when multiple feature macros are defined.
  530. // We try to take the union of all the features requested.
  531. //
  532. // The following macros are guaranteed to have a value after cdefs.h
  533. // has been included:
  534. // __POSIX_VISIBLE
  535. // __XPG_VISIBLE
  536. // __ISO_C_VISIBLE
  537. // __BSD_VISIBLE
  538. // X/Open Portability Guides and Single Unix Specifications.
  539. // _XOPEN_SOURCE XPG3
  540. // _XOPEN_SOURCE && _XOPEN_VERSION = 4 XPG4
  541. // _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED = 1 XPG4v2
  542. // _XOPEN_SOURCE == 500 XPG5
  543. // _XOPEN_SOURCE == 520 XPG5v2
  544. // _XOPEN_SOURCE == 600 POSIX 1003.1-2001 with XSI
  545. // _XOPEN_SOURCE == 700 POSIX 1003.1-2008 with XSI
  546. //
  547. // The XPG spec implies a specific value for _POSIX_C_SOURCE.
  548. // POSIX macros, these checks must follow the XOPEN ones above.
  549. //
  550. // _POSIX_SOURCE == 1 1003.1-1988 (superseded by _POSIX_C_SOURCE)
  551. // _POSIX_C_SOURCE == 1 1003.1-1990
  552. // _POSIX_C_SOURCE == 2 1003.2-1992
  553. // _POSIX_C_SOURCE == 199309L 1003.1b-1993
  554. // _POSIX_C_SOURCE == 199506L 1003.1c-1995, 1003.1i-1995,
  555. // and the omnibus ISO/IEC 9945-1:1996
  556. // _POSIX_C_SOURCE == 200112L 1003.1-2001
  557. // _POSIX_C_SOURCE == 200809L 1003.1-2008
  558. //
  559. // The POSIX spec implies a specific value for __ISO_C_VISIBLE, though
  560. // this may be overridden by the _ISOC99_SOURCE macro later.
  561. // _ANSI_SOURCE means to expose ANSI C89 interfaces only.
  562. // If the user defines it in addition to one of the POSIX or XOPEN
  563. // macros, assume the POSIX/XOPEN macro(s) should take precedence.
  564. // _ISOC99_SOURCE, _ISOC11_SOURCE, __STDC_VERSION__, and __cplusplus
  565. // override any of the other macros since they are non-exclusive.
  566. // Finally deal with BSD-specific interfaces that are not covered
  567. // by any standards. We expose these when none of the POSIX or XPG
  568. // macros is defined or if the user explicitly asks for them.
  569. // Default values.
  570. // $OpenBSD: endian.h,v 1.25 2014/12/21 04:49:00 guenther Exp $
  571. // -
  572. // Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
  573. //
  574. // Redistribution and use in source and binary forms, with or without
  575. // modification, are permitted provided that the following conditions
  576. // are met:
  577. // 1. Redistributions of source code must retain the above copyright
  578. // notice, this list of conditions and the following disclaimer.
  579. // 2. Redistributions in binary form must reproduce the above copyright
  580. // notice, this list of conditions and the following disclaimer in the
  581. // documentation and/or other materials provided with the distribution.
  582. //
  583. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  584. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  585. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  586. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  587. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  588. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  589. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  590. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  591. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  592. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  593. // Public definitions for little- and big-endian systems.
  594. // This file should be included as <endian.h> in userspace and as
  595. // <sys/endian.h> in the kernel.
  596. //
  597. // System headers that need endian information but that can't or don't
  598. // want to export the public names here should include <sys/_endian.h>
  599. // and use the internal names: _BYTE_ORDER, _*_ENDIAN, etc.
  600. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  601. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  602. // Copyright (c) 1991, 1993
  603. // The Regents of the University of California. All rights reserved.
  604. //
  605. // This code is derived from software contributed to Berkeley by
  606. // Berkeley Software Design, Inc.
  607. //
  608. // Redistribution and use in source and binary forms, with or without
  609. // modification, are permitted provided that the following conditions
  610. // are met:
  611. // 1. Redistributions of source code must retain the above copyright
  612. // notice, this list of conditions and the following disclaimer.
  613. // 2. Redistributions in binary form must reproduce the above copyright
  614. // notice, this list of conditions and the following disclaimer in the
  615. // documentation and/or other materials provided with the distribution.
  616. // 3. Neither the name of the University nor the names of its contributors
  617. // may be used to endorse or promote products derived from this software
  618. // without specific prior written permission.
  619. //
  620. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  621. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  622. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  623. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  624. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  625. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  626. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  627. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  628. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  629. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  630. // SUCH DAMAGE.
  631. //
  632. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  633. // $OpenBSD: _endian.h,v 1.8 2018/01/11 23:13:37 dlg Exp $
  634. // -
  635. // Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
  636. //
  637. // Redistribution and use in source and binary forms, with or without
  638. // modification, are permitted provided that the following conditions
  639. // are met:
  640. // 1. Redistributions of source code must retain the above copyright
  641. // notice, this list of conditions and the following disclaimer.
  642. // 2. Redistributions in binary form must reproduce the above copyright
  643. // notice, this list of conditions and the following disclaimer in the
  644. // documentation and/or other materials provided with the distribution.
  645. //
  646. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  647. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  648. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  649. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  650. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  651. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  652. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  653. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  654. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  655. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  656. // Internal endianness macros. This pulls in <machine/endian.h> to
  657. // get the correct setting direction for the platform and sets internal
  658. // ('__' prefix) macros appropriately.
  659. // $OpenBSD: _types.h,v 1.10 2022/08/06 13:31:13 semarie Exp $
  660. // -
  661. // Copyright (c) 1990, 1993
  662. // The Regents of the University of California. All rights reserved.
  663. //
  664. // Redistribution and use in source and binary forms, with or without
  665. // modification, are permitted provided that the following conditions
  666. // are met:
  667. // 1. Redistributions of source code must retain the above copyright
  668. // notice, this list of conditions and the following disclaimer.
  669. // 2. Redistributions in binary form must reproduce the above copyright
  670. // notice, this list of conditions and the following disclaimer in the
  671. // documentation and/or other materials provided with the distribution.
  672. // 3. Neither the name of the University nor the names of its contributors
  673. // may be used to endorse or promote products derived from this software
  674. // without specific prior written permission.
  675. //
  676. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  677. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  678. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  679. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  680. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  681. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  682. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  683. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  684. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  685. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  686. // SUCH DAMAGE.
  687. //
  688. // @(#)types.h 8.3 (Berkeley) 1/5/94
  689. // $OpenBSD: _types.h,v 1.4 2018/03/05 01:15:25 deraadt Exp $
  690. // -
  691. // Copyright (c) 1990, 1993
  692. // The Regents of the University of California. All rights reserved.
  693. //
  694. // Redistribution and use in source and binary forms, with or without
  695. // modification, are permitted provided that the following conditions
  696. // are met:
  697. // 1. Redistributions of source code must retain the above copyright
  698. // notice, this list of conditions and the following disclaimer.
  699. // 2. Redistributions in binary form must reproduce the above copyright
  700. // notice, this list of conditions and the following disclaimer in the
  701. // documentation and/or other materials provided with the distribution.
  702. // 3. Neither the name of the University nor the names of its contributors
  703. // may be used to endorse or promote products derived from this software
  704. // without specific prior written permission.
  705. //
  706. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  707. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  708. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  709. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  710. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  711. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  712. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  713. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  714. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  715. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  716. // SUCH DAMAGE.
  717. //
  718. // @(#)types.h 8.3 (Berkeley) 1/5/94
  719. // @(#)ansi.h 8.2 (Berkeley) 1/4/94
  720. // _ALIGN(p) rounds p (pointer or byte index) up to a correctly-aligned
  721. // value for all data types (int, long, ...). The result is an
  722. // unsigned long and must be cast to any desired pointer type.
  723. //
  724. // _ALIGNED_POINTER is a boolean macro that checks whether an address
  725. // is valid to fetch data elements of type t from on this architecture.
  726. // This does not reflect the optimal alignment, just the possibility
  727. // (within reasonable limits).
  728. // 7.18.1.1 Exact-width integer types
  729. type X__int8_t = int8 /* _types.h:60:22 */
  730. type X__uint8_t = uint8 /* _types.h:61:24 */
  731. type X__int16_t = int16 /* _types.h:62:17 */
  732. type X__uint16_t = uint16 /* _types.h:63:25 */
  733. type X__int32_t = int32 /* _types.h:64:15 */
  734. type X__uint32_t = uint32 /* _types.h:65:23 */
  735. // LONGLONG
  736. type X__int64_t = int64 /* _types.h:67:20 */
  737. // LONGLONG
  738. type X__uint64_t = uint64 /* _types.h:69:28 */
  739. // 7.18.1.2 Minimum-width integer types
  740. type X__int_least8_t = X__int8_t /* _types.h:72:19 */
  741. type X__uint_least8_t = X__uint8_t /* _types.h:73:20 */
  742. type X__int_least16_t = X__int16_t /* _types.h:74:20 */
  743. type X__uint_least16_t = X__uint16_t /* _types.h:75:21 */
  744. type X__int_least32_t = X__int32_t /* _types.h:76:20 */
  745. type X__uint_least32_t = X__uint32_t /* _types.h:77:21 */
  746. type X__int_least64_t = X__int64_t /* _types.h:78:20 */
  747. type X__uint_least64_t = X__uint64_t /* _types.h:79:21 */
  748. // 7.18.1.3 Fastest minimum-width integer types
  749. type X__int_fast8_t = X__int32_t /* _types.h:82:20 */
  750. type X__uint_fast8_t = X__uint32_t /* _types.h:83:21 */
  751. type X__int_fast16_t = X__int32_t /* _types.h:84:20 */
  752. type X__uint_fast16_t = X__uint32_t /* _types.h:85:21 */
  753. type X__int_fast32_t = X__int32_t /* _types.h:86:20 */
  754. type X__uint_fast32_t = X__uint32_t /* _types.h:87:21 */
  755. type X__int_fast64_t = X__int64_t /* _types.h:88:20 */
  756. type X__uint_fast64_t = X__uint64_t /* _types.h:89:21 */
  757. // 7.18.1.4 Integer types capable of holding object pointers
  758. type X__intptr_t = int64 /* _types.h:104:16 */
  759. type X__uintptr_t = uint64 /* _types.h:105:24 */
  760. // 7.18.1.5 Greatest-width integer types
  761. type X__intmax_t = X__int64_t /* _types.h:108:20 */
  762. type X__uintmax_t = X__uint64_t /* _types.h:109:21 */
  763. // Register size
  764. type X__register_t = int64 /* _types.h:112:16 */
  765. // VM system types
  766. type X__vaddr_t = uint64 /* _types.h:115:24 */
  767. type X__paddr_t = uint64 /* _types.h:116:24 */
  768. type X__vsize_t = uint64 /* _types.h:117:24 */
  769. type X__psize_t = uint64 /* _types.h:118:24 */
  770. // Standard system types
  771. type X__double_t = float64 /* _types.h:121:18 */
  772. type X__float_t = float32 /* _types.h:122:17 */
  773. type X__ptrdiff_t = int64 /* _types.h:123:16 */
  774. type X__size_t = uint64 /* _types.h:124:24 */
  775. type X__ssize_t = int64 /* _types.h:125:16 */
  776. type X__va_list = X__builtin_va_list /* _types.h:127:27 */
  777. // Wide character support types
  778. type X__wchar_t = int32 /* _types.h:137:15 */
  779. type X__wint_t = int32 /* _types.h:140:15 */
  780. type X__rune_t = int32 /* _types.h:141:15 */
  781. type X__wctrans_t = uintptr /* _types.h:142:14 */
  782. type X__wctype_t = uintptr /* _types.h:143:14 */
  783. type X__blkcnt_t = X__int64_t /* _types.h:39:19 */ // blocks allocated for file
  784. type X__blksize_t = X__int32_t /* _types.h:40:19 */ // optimal blocksize for I/O
  785. type X__clock_t = X__int64_t /* _types.h:41:19 */ // ticks in CLOCKS_PER_SEC
  786. type X__clockid_t = X__int32_t /* _types.h:42:19 */ // CLOCK_* identifiers
  787. type X__cpuid_t = uint64 /* _types.h:43:23 */ // CPU id
  788. type X__dev_t = X__int32_t /* _types.h:44:19 */ // device number
  789. type X__fixpt_t = X__uint32_t /* _types.h:45:20 */ // fixed point number
  790. type X__fsblkcnt_t = X__uint64_t /* _types.h:46:20 */ // file system block count
  791. type X__fsfilcnt_t = X__uint64_t /* _types.h:47:20 */ // file system file count
  792. type X__gid_t = X__uint32_t /* _types.h:48:20 */ // group id
  793. type X__id_t = X__uint32_t /* _types.h:49:20 */ // may contain pid, uid or gid
  794. type X__in_addr_t = X__uint32_t /* _types.h:50:20 */ // base type for internet address
  795. type X__in_port_t = X__uint16_t /* _types.h:51:20 */ // IP port type
  796. type X__ino_t = X__uint64_t /* _types.h:52:20 */ // inode number
  797. type X__key_t = int64 /* _types.h:53:15 */ // IPC key (for Sys V IPC)
  798. type X__mode_t = X__uint32_t /* _types.h:54:20 */ // permissions
  799. type X__nlink_t = X__uint32_t /* _types.h:55:20 */ // link count
  800. type X__off_t = X__int64_t /* _types.h:56:19 */ // file offset or size
  801. type X__pid_t = X__int32_t /* _types.h:57:19 */ // process id
  802. type X__rlim_t = X__uint64_t /* _types.h:58:20 */ // resource limit
  803. type X__sa_family_t = X__uint8_t /* _types.h:59:19 */ // sockaddr address family type
  804. type X__segsz_t = X__int32_t /* _types.h:60:19 */ // segment size
  805. type X__socklen_t = X__uint32_t /* _types.h:61:20 */ // length type for network syscalls
  806. type X__suseconds_t = int64 /* _types.h:62:15 */ // microseconds (signed)
  807. type X__time_t = X__int64_t /* _types.h:63:19 */ // epoch time
  808. type X__timer_t = X__int32_t /* _types.h:64:19 */ // POSIX timer identifiers
  809. type X__uid_t = X__uint32_t /* _types.h:65:20 */ // user id
  810. type X__useconds_t = X__uint32_t /* _types.h:66:20 */ // microseconds
  811. // mbstate_t is an opaque object to keep conversion state, during multibyte
  812. // stream conversions. The content must not be referenced by user programs.
  813. type X__mbstate_t = struct {
  814. F__ccgo_pad1 [0]uint64
  815. F__mbstate8 [128]int8
  816. } /* _types.h:75:3 */
  817. // Tell sys/endian.h we have MD variants of the swap macros.
  818. // Note that these macros evaluate their arguments several times.
  819. // Public names
  820. // These are specified to be function-like macros to match the spec
  821. // POSIX names
  822. // original BSD names
  823. // these were exposed here before
  824. // ancient stuff
  825. type U_char = uint8 /* types.h:51:23 */
  826. type U_short = uint16 /* types.h:52:24 */
  827. type U_int = uint32 /* types.h:53:22 */
  828. type U_long = uint64 /* types.h:54:23 */
  829. type Unchar = uint8 /* types.h:56:23 */ // Sys V compatibility
  830. type Ushort = uint16 /* types.h:57:24 */ // Sys V compatibility
  831. type Uint = uint32 /* types.h:58:22 */ // Sys V compatibility
  832. type Ulong = uint64 /* types.h:59:23 */ // Sys V compatibility
  833. type Cpuid_t = X__cpuid_t /* types.h:61:19 */ // CPU id
  834. type Register_t = X__register_t /* types.h:62:22 */ // register-sized type
  835. // XXX The exact-width bit types should only be exposed if __BSD_VISIBLE
  836. // but the rest of the includes are not ready for that yet.
  837. type Int8_t = X__int8_t /* types.h:75:19 */
  838. type Uint8_t = X__uint8_t /* types.h:80:20 */
  839. type Int16_t = X__int16_t /* types.h:85:20 */
  840. type Uint16_t = X__uint16_t /* types.h:90:21 */
  841. type Int32_t = X__int32_t /* types.h:95:20 */
  842. type Uint32_t = X__uint32_t /* types.h:100:21 */
  843. type Int64_t = X__int64_t /* types.h:105:20 */
  844. type Uint64_t = X__uint64_t /* types.h:110:21 */
  845. // BSD-style unsigned bits types
  846. type U_int8_t = X__uint8_t /* types.h:114:19 */
  847. type U_int16_t = X__uint16_t /* types.h:115:20 */
  848. type U_int32_t = X__uint32_t /* types.h:116:20 */
  849. type U_int64_t = X__uint64_t /* types.h:117:20 */
  850. // quads, deprecated in favor of 64 bit int types
  851. type Quad_t = X__int64_t /* types.h:120:19 */
  852. type U_quad_t = X__uint64_t /* types.h:121:20 */
  853. // VM system types
  854. type Vaddr_t = X__vaddr_t /* types.h:125:19 */
  855. type Paddr_t = X__paddr_t /* types.h:126:19 */
  856. type Vsize_t = X__vsize_t /* types.h:127:19 */
  857. type Psize_t = X__psize_t /* types.h:128:19 */
  858. // Standard system types
  859. type Blkcnt_t = X__blkcnt_t /* types.h:132:20 */ // blocks allocated for file
  860. type Blksize_t = X__blksize_t /* types.h:133:21 */ // optimal blocksize for I/O
  861. type Caddr_t = uintptr /* types.h:134:14 */ // core address
  862. type Daddr32_t = X__int32_t /* types.h:135:19 */ // 32-bit disk address
  863. type Daddr_t = X__int64_t /* types.h:136:19 */ // 64-bit disk address
  864. type Dev_t = X__dev_t /* types.h:137:18 */ // device number
  865. type Fixpt_t = X__fixpt_t /* types.h:138:19 */ // fixed point number
  866. type Gid_t = X__gid_t /* types.h:139:18 */ // group id
  867. type Id_t = X__id_t /* types.h:140:17 */ // may contain pid, uid or gid
  868. type Ino_t = X__ino_t /* types.h:141:18 */ // inode number
  869. type Key_t = X__key_t /* types.h:142:18 */ // IPC key (for Sys V IPC)
  870. type Mode_t = X__mode_t /* types.h:143:18 */ // permissions
  871. type Nlink_t = X__nlink_t /* types.h:144:19 */ // link count
  872. type Rlim_t = X__rlim_t /* types.h:145:18 */ // resource limit
  873. type Segsz_t = X__segsz_t /* types.h:146:19 */ // segment size
  874. type Uid_t = X__uid_t /* types.h:147:18 */ // user id
  875. type Useconds_t = X__useconds_t /* types.h:148:22 */ // microseconds
  876. type Suseconds_t = X__suseconds_t /* types.h:149:23 */ // microseconds (signed)
  877. type Fsblkcnt_t = X__fsblkcnt_t /* types.h:150:22 */ // file system block count
  878. type Fsfilcnt_t = X__fsfilcnt_t /* types.h:151:22 */ // file system file count
  879. // The following types may be defined in multiple header files.
  880. type Clock_t = X__clock_t /* types.h:158:19 */
  881. type Clockid_t = X__clockid_t /* types.h:163:21 */
  882. type Pid_t = X__pid_t /* types.h:168:18 */
  883. type Ssize_t = X__ssize_t /* types.h:178:19 */
  884. type Time_t = X__time_t /* types.h:183:18 */
  885. type Timer_t = X__timer_t /* types.h:188:19 */
  886. type Off_t = X__off_t /* types.h:193:18 */
  887. // Major, minor numbers, dev_t's.
  888. // $OpenBSD: unistd.h,v 1.31 2015/07/20 00:56:10 guenther Exp $
  889. // $NetBSD: unistd.h,v 1.10 1994/06/29 06:46:06 cgd Exp $
  890. // Copyright (c) 1989, 1993
  891. // The Regents of the University of California. All rights reserved.
  892. //
  893. // Redistribution and use in source and binary forms, with or without
  894. // modification, are permitted provided that the following conditions
  895. // are met:
  896. // 1. Redistributions of source code must retain the above copyright
  897. // notice, this list of conditions and the following disclaimer.
  898. // 2. Redistributions in binary form must reproduce the above copyright
  899. // notice, this list of conditions and the following disclaimer in the
  900. // documentation and/or other materials provided with the distribution.
  901. // 3. Neither the name of the University nor the names of its contributors
  902. // may be used to endorse or promote products derived from this software
  903. // without specific prior written permission.
  904. //
  905. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  906. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  907. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  908. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  909. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  910. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  911. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  912. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  913. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  914. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  915. // SUCH DAMAGE.
  916. //
  917. // @(#)unistd.h 8.2 (Berkeley) 1/7/94
  918. // $OpenBSD: cdefs.h,v 1.43 2018/10/29 17:10:40 guenther Exp $
  919. // $NetBSD: cdefs.h,v 1.16 1996/04/03 20:46:39 christos Exp $
  920. // Copyright (c) 1991, 1993
  921. // The Regents of the University of California. All rights reserved.
  922. //
  923. // This code is derived from software contributed to Berkeley by
  924. // Berkeley Software Design, Inc.
  925. //
  926. // Redistribution and use in source and binary forms, with or without
  927. // modification, are permitted provided that the following conditions
  928. // are met:
  929. // 1. Redistributions of source code must retain the above copyright
  930. // notice, this list of conditions and the following disclaimer.
  931. // 2. Redistributions in binary form must reproduce the above copyright
  932. // notice, this list of conditions and the following disclaimer in the
  933. // documentation and/or other materials provided with the distribution.
  934. // 3. Neither the name of the University nor the names of its contributors
  935. // may be used to endorse or promote products derived from this software
  936. // without specific prior written permission.
  937. //
  938. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  939. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  940. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  941. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  942. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  943. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  944. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  945. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  946. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  947. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  948. // SUCH DAMAGE.
  949. //
  950. // @(#)cdefs.h 8.7 (Berkeley) 1/21/94
  951. // Define the POSIX.1 version we target for compliance.
  952. // access function
  953. // whence values for lseek(2)
  954. // old BSD whence values for lseek(2); renamed by POSIX 1003.1
  955. // the parameters argument passed to the __tfork() syscall
  956. type X__tfork = struct {
  957. Ftf_tcb uintptr
  958. Ftf_tid uintptr
  959. Ftf_stack uintptr
  960. } /* unistd.h:66:1 */
  961. // the parameters argument for the kbind() syscall
  962. type X__kbind = struct {
  963. Fkb_addr uintptr
  964. Fkb_size Size_t
  965. } /* unistd.h:73:1 */
  966. // the pathconf(2) variable values are part of the ABI
  967. // configurable pathname variables
  968. // POSIX options and option groups we unconditionally do or don't
  969. // implement. Please keep this list in alphabetical order.
  970. //
  971. // Anything which is defined as zero below **must** have an
  972. // implementation for the corresponding sysconf() which is able to
  973. // determine conclusively whether or not the feature is supported.
  974. // Anything which is defined as other than -1 below **must** have
  975. // complete headers, types, and function declarations as specified by
  976. // the POSIX standard; however, if the relevant sysconf() function
  977. // returns -1, the functions may be stubbed out.
  978. // Define the POSIX.2 version we target for compliance.
  979. // the sysconf(3) variable values are part of the ABI
  980. // configurable system variables
  981. // configurable system strings
  982. type Intptr_t = X__intptr_t /* unistd.h:320:21 */
  983. var _ int8 /* gen.c:2:13: */