signal_freebsd_386.go 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658
  1. // Code generated by 'ccgo signal/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 signal/signal_freebsd_386.go -pkgname signal', DO NOT EDIT.
  2. package signal
  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. BUS_ADRALN = 1 // signal.h:315:1:
  15. BUS_ADRERR = 2 // signal.h:316:1:
  16. BUS_OBJERR = 3 // signal.h:317:1:
  17. BUS_OOMERR = 100 // signal.h:318:1:
  18. CLD_CONTINUED = 6 // signal.h:350:1:
  19. CLD_DUMPED = 3 // signal.h:346:1:
  20. CLD_EXITED = 1 // signal.h:343:1:
  21. CLD_KILLED = 2 // signal.h:344:1:
  22. CLD_STOPPED = 5 // signal.h:349:1:
  23. CLD_TRAPPED = 4 // signal.h:348:1:
  24. FPE_FLTDIV = 3 // signal.h:329:1:
  25. FPE_FLTINV = 7 // signal.h:333:1:
  26. FPE_FLTOVF = 4 // signal.h:330:1:
  27. FPE_FLTRES = 6 // signal.h:332:1:
  28. FPE_FLTSUB = 8 // signal.h:334:1:
  29. FPE_FLTUND = 5 // signal.h:331:1:
  30. FPE_INTDIV = 2 // signal.h:328:1:
  31. FPE_INTOVF = 1 // signal.h:327:1:
  32. ILL_BADSTK = 8 // signal.h:312:1:
  33. ILL_COPROC = 7 // signal.h:311:1:
  34. ILL_ILLADR = 3 // signal.h:307:1:
  35. ILL_ILLOPC = 1 // signal.h:305:1:
  36. ILL_ILLOPN = 2 // signal.h:306:1:
  37. ILL_ILLTRP = 4 // signal.h:308:1:
  38. ILL_PRVOPC = 5 // signal.h:309:1:
  39. ILL_PRVREG = 6 // signal.h:310:1:
  40. MINSIGSTKSZ = 2048 // signal.h:432:1:
  41. NSIG = 32 // signal.h:399:1:
  42. POLL_ERR = 4 // signal.h:356:1:
  43. POLL_HUP = 6 // signal.h:358:1:
  44. POLL_IN = 1 // signal.h:353:1:
  45. POLL_MSG = 3 // signal.h:355:1:
  46. POLL_OUT = 2 // signal.h:354:1:
  47. POLL_PRI = 5 // signal.h:357:1:
  48. SA_NOCLDSTOP = 0x0008 // signal.h:386:1:
  49. SA_NOCLDWAIT = 0x0020 // signal.h:394:1:
  50. SA_NODEFER = 0x0010 // signal.h:393:1:
  51. SA_ONSTACK = 0x0001 // signal.h:390:1:
  52. SA_RESETHAND = 0x0004 // signal.h:392:1:
  53. SA_RESTART = 0x0002 // signal.h:391:1:
  54. SA_SIGINFO = 0x0040 // signal.h:395:1:
  55. SEGV_ACCERR = 2 // signal.h:322:1:
  56. SEGV_MAPERR = 1 // signal.h:321:1:
  57. SEGV_PKUERR = 100 // signal.h:324:1:
  58. SIGABRT = 6 // signal.h:81:1:
  59. SIGALRM = 14 // signal.h:99:1:
  60. SIGBUS = 10 // signal.h:91:1:
  61. SIGCHLD = 20 // signal.h:109:1:
  62. SIGCONT = 19 // signal.h:108:1:
  63. SIGEMT = 7 // signal.h:84:1:
  64. SIGEV_KEVENT = 3 // signal.h:222:1:
  65. SIGEV_NONE = 0 // signal.h:218:1:
  66. SIGEV_SIGNAL = 1 // signal.h:219:1:
  67. SIGEV_THREAD = 2 // signal.h:220:1:
  68. SIGEV_THREAD_ID = 4 // signal.h:223:1:
  69. SIGFPE = 8 // signal.h:86:1:
  70. SIGHUP = 1 // signal.h:71:1:
  71. SIGILL = 4 // signal.h:77:1:
  72. SIGINFO = 29 // signal.h:124:1:
  73. SIGINT = 2 // signal.h:73:1:
  74. SIGIO = 23 // signal.h:114:1:
  75. SIGIOT = 6 // signal.h:83:1:
  76. SIGKILL = 9 // signal.h:88:1:
  77. SIGLIBRT = 33 // signal.h:133:1:
  78. SIGLWP = 32 // signal.h:132:1:
  79. SIGPIPE = 13 // signal.h:98:1:
  80. SIGPROF = 27 // signal.h:120:1:
  81. SIGQUIT = 3 // signal.h:75:1:
  82. SIGRTMAX = 126 // signal.h:137:1:
  83. SIGRTMIN = 65 // signal.h:136:1:
  84. SIGSEGV = 11 // signal.h:93:1:
  85. SIGSTKSZ = 34816 // signal.h:433:1:
  86. SIGSTOP = 17 // signal.h:106:1:
  87. SIGSYS = 12 // signal.h:95:1:
  88. SIGTERM = 15 // signal.h:101:1:
  89. SIGTHR = 32 // signal.h:131:1:
  90. SIGTRAP = 5 // signal.h:79:1:
  91. SIGTSTP = 18 // signal.h:107:1:
  92. SIGTTIN = 21 // signal.h:110:1:
  93. SIGTTOU = 22 // signal.h:111:1:
  94. SIGURG = 16 // signal.h:103:1:
  95. SIGUSR1 = 30 // signal.h:127:1:
  96. SIGUSR2 = 31 // signal.h:128:1:
  97. SIGVTALRM = 26 // signal.h:119:1:
  98. SIGWINCH = 28 // signal.h:123:1:
  99. SIGXCPU = 24 // signal.h:117:1:
  100. SIGXFSZ = 25 // signal.h:118:1:
  101. SIG_BLOCK = 1 // signal.h:501:1:
  102. SIG_SETMASK = 3 // signal.h:503:1:
  103. SIG_UNBLOCK = 2 // signal.h:502:1:
  104. SI_ASYNCIO = 0x10004 // signal.h:408:1:
  105. SI_KERNEL = 0x10006 // signal.h:412:1:
  106. SI_LWP = 0x10007 // signal.h:413:1:
  107. SI_MESGQ = 0x10005 // signal.h:410:1:
  108. SI_NOINFO = 0 // signal.h:403:1:
  109. SI_QUEUE = 0x10002 // signal.h:405:1:
  110. SI_TIMER = 0x10003 // signal.h:406:1:
  111. SI_UNDEFINED = 0 // signal.h:416:1:
  112. SI_USER = 0x10001 // signal.h:404:1:
  113. SS_DISABLE = 0x0004 // signal.h:431:1:
  114. SS_ONSTACK = 0x0001 // signal.h:430:1:
  115. SV_INTERRUPT = 2 // signal.h:459:1:
  116. SV_NOCLDSTOP = 8 // signal.h:462:1:
  117. SV_NODEFER = 16 // signal.h:461:1:
  118. SV_ONSTACK = 1 // signal.h:458:1:
  119. SV_RESETHAND = 4 // signal.h:460:1:
  120. SV_SIGINFO = 64 // signal.h:463:1:
  121. TRAP_BRKPT = 1 // signal.h:337:1:
  122. TRAP_CAP = 4 // signal.h:340:1:
  123. TRAP_DTRACE = 3 // signal.h:339:1:
  124. TRAP_TRACE = 2 // signal.h:338:1:
  125. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  126. X_ILP32 = 1 // <predefined>:1:1:
  127. X_MACHINE_SIGNAL_H_ = 0 // signal.h:36:1:
  128. X_MACHINE_UCONTEXT_H_ = 0 // ucontext.h:34:1:
  129. X_MACHINE__LIMITS_H_ = 0 // _limits.h:36:1:
  130. X_MACHINE__TYPES_H_ = 0 // _types.h:42:1:
  131. X_MC_FLAG_MASK = 7 // ucontext.h:42:1:
  132. X_MC_FPFMT_387 = 0x10001 // ucontext.h:74:1:
  133. X_MC_FPFMT_NODEV = 0x10000 // ucontext.h:73:1:
  134. X_MC_FPFMT_XMM = 0x10002 // ucontext.h:75:1:
  135. X_MC_FPOWNED_FPU = 0x20001 // ucontext.h:78:1:
  136. X_MC_FPOWNED_NONE = 0x20000 // ucontext.h:77:1:
  137. X_MC_FPOWNED_PCB = 0x20002 // ucontext.h:79:1:
  138. X_MC_HASBASES = 0x2 // ucontext.h:40:1:
  139. X_MC_HASFPXSTATE = 0x4 // ucontext.h:41:1:
  140. X_MC_HASSEGS = 0x1 // ucontext.h:39:1:
  141. X_Nonnull = 0 // cdefs.h:790:1:
  142. X_Null_unspecified = 0 // cdefs.h:792:1:
  143. X_Nullable = 0 // cdefs.h:791:1:
  144. X_PID_T_DECLARED = 0 // signal.h:61:1:
  145. X_PTHREAD_T_DECLARED = 0 // _pthreadtypes.h:68:1:
  146. X_SIGNAL_H_ = 0 // signal.h:36:1:
  147. X_SIGSET_T_DECLARED = 0 // signal.h:165:1:
  148. X_SIG_MAXSIG = 128 // _sigset.h:47:1:
  149. X_SIG_WORDS = 4 // _sigset.h:46:1:
  150. X_SIZE_T_DECLARED = 0 // signal.h:57:1:
  151. X_SYS_CDEFS_H_ = 0 // cdefs.h:39:1:
  152. X_SYS_SIGNAL_H_ = 0 // signal.h:41:1:
  153. X_SYS__PTHREADTYPES_H_ = 0 // _pthreadtypes.h:39:1:
  154. X_SYS__SIGSET_H_ = 0 // _sigset.h:41:1:
  155. X_SYS__TIMESPEC_H_ = 0 // _timespec.h:37:1:
  156. X_SYS__TYPES_H_ = 0 // _types.h:32:1:
  157. X_SYS__UCONTEXT_H_ = 0 // _ucontext.h:34:1:
  158. X_TIME_T_DECLARED = 0 // _timespec.h:43:1:
  159. X_UID_T_DECLARED = 0 // signal.h:62:1:
  160. X_X86_SIGNAL_H = 1 // signal.h:37:1:
  161. X_X86_UCONTEXT_H_ = 0 // ucontext.h:35:1:
  162. I386 = 1 // <predefined>:335:1:
  163. Unix = 1 // <predefined>:336:1:
  164. )
  165. type Ptrdiff_t = int32 /* <builtin>:3:26 */
  166. type Size_t = uint32 /* <builtin>:9:23 */
  167. type Wchar_t = int32 /* <builtin>:15:24 */
  168. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  169. type X__float128 = float64 /* <builtin>:47:21 */
  170. // -
  171. // SPDX-License-Identifier: BSD-3-Clause
  172. //
  173. // Copyright (c) 1991, 1993
  174. // The Regents of the University of California. All rights reserved.
  175. //
  176. // Redistribution and use in source and binary forms, with or without
  177. // modification, are permitted provided that the following conditions
  178. // are met:
  179. // 1. Redistributions of source code must retain the above copyright
  180. // notice, this list of conditions and the following disclaimer.
  181. // 2. Redistributions in binary form must reproduce the above copyright
  182. // notice, this list of conditions and the following disclaimer in the
  183. // documentation and/or other materials provided with the distribution.
  184. // 3. Neither the name of the University nor the names of its contributors
  185. // may be used to endorse or promote products derived from this software
  186. // without specific prior written permission.
  187. //
  188. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  189. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  190. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  191. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  192. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  193. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  194. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  195. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  196. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  197. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  198. // SUCH DAMAGE.
  199. //
  200. // @(#)signal.h 8.3 (Berkeley) 3/30/94
  201. // $FreeBSD$
  202. // -
  203. // SPDX-License-Identifier: BSD-3-Clause
  204. //
  205. // Copyright (c) 1991, 1993
  206. // The Regents of the University of California. All rights reserved.
  207. //
  208. // This code is derived from software contributed to Berkeley by
  209. // Berkeley Software Design, Inc.
  210. //
  211. // Redistribution and use in source and binary forms, with or without
  212. // modification, are permitted provided that the following conditions
  213. // are met:
  214. // 1. Redistributions of source code must retain the above copyright
  215. // notice, this list of conditions and the following disclaimer.
  216. // 2. Redistributions in binary form must reproduce the above copyright
  217. // notice, this list of conditions and the following disclaimer in the
  218. // documentation and/or other materials provided with the distribution.
  219. // 3. Neither the name of the University nor the names of its contributors
  220. // may be used to endorse or promote products derived from this software
  221. // without specific prior written permission.
  222. //
  223. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  224. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  225. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  226. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  227. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  228. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  229. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  230. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  231. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  232. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  233. // SUCH DAMAGE.
  234. //
  235. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  236. // $FreeBSD$
  237. // Testing against Clang-specific extensions.
  238. // This code has been put in place to help reduce the addition of
  239. // compiler specific defines in FreeBSD code. It helps to aid in
  240. // having a compiler-agnostic source tree.
  241. // Compiler memory barriers, specific to gcc and clang.
  242. // XXX: if __GNUC__ >= 2: not tested everywhere originally, where replaced
  243. // Macro to test if we're using a specific version of gcc or later.
  244. // The __CONCAT macro is used to concatenate parts of symbol names, e.g.
  245. // with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
  246. // The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
  247. // mode -- there must be no spaces between its arguments, and for nested
  248. // __CONCAT's, all the __CONCAT's must be at the left. __CONCAT can also
  249. // concatenate double-quoted strings produced by the __STRING macro, but
  250. // this only works with ANSI C.
  251. //
  252. // __XSTRING is like __STRING, but it expands any macros in its argument
  253. // first. It is only available with ANSI C.
  254. // Compiler-dependent macros to help declare dead (non-returning) and
  255. // pure (no side effects) functions, and unused variables. They are
  256. // null except for versions of gcc that are known to support the features
  257. // properly (old versions of gcc-2 supported the dead and pure features
  258. // in a different (wrong) way). If we do not provide an implementation
  259. // for a given compiler, let the compile fail if it is told to use
  260. // a feature that we cannot live without.
  261. // Keywords added in C11.
  262. // Emulation of C11 _Generic(). Unlike the previously defined C11
  263. // keywords, it is not possible to implement this using exactly the same
  264. // syntax. Therefore implement something similar under the name
  265. // __generic(). Unlike _Generic(), this macro can only distinguish
  266. // between a single type, so it requires nested invocations to
  267. // distinguish multiple cases.
  268. // C99 Static array indices in function parameter declarations. Syntax such as:
  269. // void bar(int myArray[static 10]);
  270. // is allowed in C99 but not in C++. Define __min_size appropriately so
  271. // headers using it can be compiled in either language. Use like this:
  272. // void bar(int myArray[__min_size(10)]);
  273. // XXX: should use `#if __STDC_VERSION__ < 199901'.
  274. // C++11 exposes a load of C99 stuff
  275. // GCC 2.95 provides `__restrict' as an extension to C90 to support the
  276. // C99-specific `restrict' type qualifier. We happen to use `__restrict' as
  277. // a way to define the `restrict' type qualifier without disturbing older
  278. // software that is unaware of C99 keywords.
  279. // GNU C version 2.96 adds explicit branch prediction so that
  280. // the CPU back-end can hint the processor and also so that
  281. // code blocks can be reordered such that the predicted path
  282. // sees a more linear flow, thus improving cache behavior, etc.
  283. //
  284. // The following two macros provide us with a way to utilize this
  285. // compiler feature. Use __predict_true() if you expect the expression
  286. // to evaluate to true, and __predict_false() if you expect the
  287. // expression to evaluate to false.
  288. //
  289. // A few notes about usage:
  290. //
  291. // * Generally, __predict_false() error condition checks (unless
  292. // you have some _strong_ reason to do otherwise, in which case
  293. // document it), and/or __predict_true() `no-error' condition
  294. // checks, assuming you want to optimize for the no-error case.
  295. //
  296. // * Other than that, if you don't know the likelihood of a test
  297. // succeeding from empirical or other `hard' evidence, don't
  298. // make predictions.
  299. //
  300. // * These are meant to be used in places that are run `a lot'.
  301. // It is wasteful to make predictions in code that is run
  302. // seldomly (e.g. at subsystem initialization time) as the
  303. // basic block reordering that this affects can often generate
  304. // larger code.
  305. // We define this here since <stddef.h>, <sys/queue.h>, and <sys/types.h>
  306. // require it.
  307. // Given the pointer x to the member m of the struct s, return
  308. // a pointer to the containing structure. When using GCC, we first
  309. // assign pointer x to a local variable, to check that its type is
  310. // compatible with member m.
  311. // Compiler-dependent macros to declare that functions take printf-like
  312. // or scanf-like arguments. They are null except for versions of gcc
  313. // that are known to support the features properly (old versions of gcc-2
  314. // didn't permit keeping the keywords out of the application namespace).
  315. // Compiler-dependent macros that rely on FreeBSD-specific extensions.
  316. // Embed the rcs id of a source file in the resulting library. Note that in
  317. // more recent ELF binutils, we use .ident allowing the ID to be stripped.
  318. // Usage:
  319. // __FBSDID("$FreeBSD$");
  320. // -
  321. // The following definitions are an extension of the behavior originally
  322. // implemented in <sys/_posix.h>, but with a different level of granularity.
  323. // POSIX.1 requires that the macros we test be defined before any standard
  324. // header file is included.
  325. //
  326. // Here's a quick run-down of the versions:
  327. // defined(_POSIX_SOURCE) 1003.1-1988
  328. // _POSIX_C_SOURCE == 1 1003.1-1990
  329. // _POSIX_C_SOURCE == 2 1003.2-1992 C Language Binding Option
  330. // _POSIX_C_SOURCE == 199309 1003.1b-1993
  331. // _POSIX_C_SOURCE == 199506 1003.1c-1995, 1003.1i-1995,
  332. // and the omnibus ISO/IEC 9945-1: 1996
  333. // _POSIX_C_SOURCE == 200112 1003.1-2001
  334. // _POSIX_C_SOURCE == 200809 1003.1-2008
  335. //
  336. // In addition, the X/Open Portability Guide, which is now the Single UNIX
  337. // Specification, defines a feature-test macro which indicates the version of
  338. // that specification, and which subsumes _POSIX_C_SOURCE.
  339. //
  340. // Our macros begin with two underscores to avoid namespace screwage.
  341. // Deal with IEEE Std. 1003.1-1990, in which _POSIX_C_SOURCE == 1.
  342. // Deal with IEEE Std. 1003.2-1992, in which _POSIX_C_SOURCE == 2.
  343. // Deal with various X/Open Portability Guides and Single UNIX Spec.
  344. // Deal with all versions of POSIX. The ordering relative to the tests above is
  345. // important.
  346. // -
  347. // Deal with _ANSI_SOURCE:
  348. // If it is defined, and no other compilation environment is explicitly
  349. // requested, then define our internal feature-test macros to zero. This
  350. // makes no difference to the preprocessor (undefined symbols in preprocessing
  351. // expressions are defined to have value zero), but makes it more convenient for
  352. // a test program to print out the values.
  353. //
  354. // If a program mistakenly defines _ANSI_SOURCE and some other macro such as
  355. // _POSIX_C_SOURCE, we will assume that it wants the broader compilation
  356. // environment (and in fact we will never get here).
  357. // User override __EXT1_VISIBLE
  358. // Old versions of GCC use non-standard ARM arch symbols; acle-compat.h
  359. // translates them to __ARM_ARCH and the modern feature symbols defined by ARM.
  360. // Nullability qualifiers: currently only supported by Clang.
  361. // Type Safety Checking
  362. //
  363. // Clang provides additional attributes to enable checking type safety
  364. // properties that cannot be enforced by the C type system.
  365. // Lock annotations.
  366. //
  367. // Clang provides support for doing basic thread-safety tests at
  368. // compile-time, by marking which locks will/should be held when
  369. // entering/leaving a functions.
  370. //
  371. // Furthermore, it is also possible to annotate variables and structure
  372. // members to enforce that they are only accessed when certain locks are
  373. // held.
  374. // Structure implements a lock.
  375. // Function acquires an exclusive or shared lock.
  376. // Function attempts to acquire an exclusive or shared lock.
  377. // Function releases a lock.
  378. // Function asserts that an exclusive or shared lock is held.
  379. // Function requires that an exclusive or shared lock is or is not held.
  380. // Function should not be analyzed.
  381. // Function or variable should not be sanitized, e.g., by AddressSanitizer.
  382. // GCC has the nosanitize attribute, but as a function attribute only, and
  383. // warns on use as a variable attribute.
  384. // Guard variables and structure members by lock.
  385. // Alignment builtins for better type checking and improved code generation.
  386. // Provide fallback versions for other compilers (GCC/Clang < 10):
  387. // -
  388. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  389. //
  390. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  391. // All rights reserved.
  392. //
  393. // Redistribution and use in source and binary forms, with or without
  394. // modification, are permitted provided that the following conditions
  395. // are met:
  396. // 1. Redistributions of source code must retain the above copyright
  397. // notice, this list of conditions and the following disclaimer.
  398. // 2. Redistributions in binary form must reproduce the above copyright
  399. // notice, this list of conditions and the following disclaimer in the
  400. // documentation and/or other materials provided with the distribution.
  401. //
  402. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  403. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  404. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  405. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  406. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  407. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  408. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  409. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  410. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  411. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  412. // SUCH DAMAGE.
  413. //
  414. // $FreeBSD$
  415. // -
  416. // SPDX-License-Identifier: BSD-3-Clause
  417. //
  418. // Copyright (c) 1991, 1993
  419. // The Regents of the University of California. All rights reserved.
  420. //
  421. // This code is derived from software contributed to Berkeley by
  422. // Berkeley Software Design, Inc.
  423. //
  424. // Redistribution and use in source and binary forms, with or without
  425. // modification, are permitted provided that the following conditions
  426. // are met:
  427. // 1. Redistributions of source code must retain the above copyright
  428. // notice, this list of conditions and the following disclaimer.
  429. // 2. Redistributions in binary form must reproduce the above copyright
  430. // notice, this list of conditions and the following disclaimer in the
  431. // documentation and/or other materials provided with the distribution.
  432. // 3. Neither the name of the University nor the names of its contributors
  433. // may be used to endorse or promote products derived from this software
  434. // without specific prior written permission.
  435. //
  436. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  437. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  438. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  439. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  440. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  441. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  442. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  443. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  444. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  445. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  446. // SUCH DAMAGE.
  447. //
  448. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  449. // $FreeBSD$
  450. // -
  451. // This file is in the public domain.
  452. // $FreeBSD$
  453. // -
  454. // SPDX-License-Identifier: BSD-4-Clause
  455. //
  456. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  457. // Copyright (c) 1990, 1993
  458. // The Regents of the University of California. All rights reserved.
  459. //
  460. // Redistribution and use in source and binary forms, with or without
  461. // modification, are permitted provided that the following conditions
  462. // are met:
  463. // 1. Redistributions of source code must retain the above copyright
  464. // notice, this list of conditions and the following disclaimer.
  465. // 2. Redistributions in binary form must reproduce the above copyright
  466. // notice, this list of conditions and the following disclaimer in the
  467. // documentation and/or other materials provided with the distribution.
  468. // 3. All advertising materials mentioning features or use of this software
  469. // must display the following acknowledgement:
  470. // This product includes software developed by the University of
  471. // California, Berkeley and its contributors.
  472. // 4. Neither the name of the University nor the names of its contributors
  473. // may be used to endorse or promote products derived from this software
  474. // without specific prior written permission.
  475. //
  476. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  477. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  478. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  479. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  480. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  481. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  482. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  483. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  484. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  485. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  486. // SUCH DAMAGE.
  487. //
  488. // From: @(#)ansi.h 8.2 (Berkeley) 1/4/94
  489. // From: @(#)types.h 8.3 (Berkeley) 1/5/94
  490. // $FreeBSD$
  491. // -
  492. // This file is in the public domain.
  493. // $FreeBSD$
  494. // -
  495. // SPDX-License-Identifier: BSD-3-Clause
  496. //
  497. // Copyright (c) 1988, 1993
  498. // The Regents of the University of California. All rights reserved.
  499. //
  500. // Redistribution and use in source and binary forms, with or without
  501. // modification, are permitted provided that the following conditions
  502. // are met:
  503. // 1. Redistributions of source code must retain the above copyright
  504. // notice, this list of conditions and the following disclaimer.
  505. // 2. Redistributions in binary form must reproduce the above copyright
  506. // notice, this list of conditions and the following disclaimer in the
  507. // documentation and/or other materials provided with the distribution.
  508. // 3. Neither the name of the University nor the names of its contributors
  509. // may be used to endorse or promote products derived from this software
  510. // without specific prior written permission.
  511. //
  512. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  513. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  514. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  515. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  516. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  517. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  518. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  519. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  520. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  521. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  522. // SUCH DAMAGE.
  523. //
  524. // @(#)limits.h 8.3 (Berkeley) 1/4/94
  525. // $FreeBSD$
  526. // According to ANSI (section 2.2.4.2), the values below must be usable by
  527. // #if preprocessing directives. Additionally, the expression must have the
  528. // same type as would an expression that is an object of the corresponding
  529. // type converted according to the integral promotions. The subtraction for
  530. // INT_MIN, etc., is so the value is not unsigned; e.g., 0x80000000 is an
  531. // unsigned int for 32-bit two's complement ANSI compilers (section 3.1.3.2).
  532. // max value for an unsigned long long
  533. // Minimum signal stack size.
  534. // Basic types upon which most other types are built.
  535. type X__int8_t = int8 /* _types.h:55:22 */
  536. type X__uint8_t = uint8 /* _types.h:56:24 */
  537. type X__int16_t = int16 /* _types.h:57:17 */
  538. type X__uint16_t = uint16 /* _types.h:58:25 */
  539. type X__int32_t = int32 /* _types.h:59:15 */
  540. type X__uint32_t = uint32 /* _types.h:60:23 */
  541. type X__int64_t = int64 /* _types.h:66:20 */
  542. type X__uint64_t = uint64 /* _types.h:68:28 */
  543. // Standard type definitions.
  544. type X__clock_t = uint32 /* _types.h:84:23 */
  545. type X__critical_t = X__int32_t /* _types.h:85:19 */
  546. type X__double_t = float64 /* _types.h:87:21 */
  547. type X__float_t = float64 /* _types.h:88:21 */
  548. type X__intfptr_t = X__int32_t /* _types.h:90:19 */
  549. type X__intptr_t = X__int32_t /* _types.h:91:19 */
  550. type X__intmax_t = X__int64_t /* _types.h:93:19 */
  551. type X__int_fast8_t = X__int32_t /* _types.h:94:19 */
  552. type X__int_fast16_t = X__int32_t /* _types.h:95:19 */
  553. type X__int_fast32_t = X__int32_t /* _types.h:96:19 */
  554. type X__int_fast64_t = X__int64_t /* _types.h:97:19 */
  555. type X__int_least8_t = X__int8_t /* _types.h:98:18 */
  556. type X__int_least16_t = X__int16_t /* _types.h:99:19 */
  557. type X__int_least32_t = X__int32_t /* _types.h:100:19 */
  558. type X__int_least64_t = X__int64_t /* _types.h:101:19 */
  559. type X__ptrdiff_t = X__int32_t /* _types.h:112:19 */
  560. type X__register_t = X__int32_t /* _types.h:113:19 */
  561. type X__segsz_t = X__int32_t /* _types.h:114:19 */
  562. type X__size_t = X__uint32_t /* _types.h:115:20 */
  563. type X__ssize_t = X__int32_t /* _types.h:116:19 */
  564. type X__time_t = X__int32_t /* _types.h:117:19 */
  565. type X__uintfptr_t = X__uint32_t /* _types.h:118:20 */
  566. type X__uintptr_t = X__uint32_t /* _types.h:119:20 */
  567. type X__uintmax_t = X__uint64_t /* _types.h:121:20 */
  568. type X__uint_fast8_t = X__uint32_t /* _types.h:122:20 */
  569. type X__uint_fast16_t = X__uint32_t /* _types.h:123:20 */
  570. type X__uint_fast32_t = X__uint32_t /* _types.h:124:20 */
  571. type X__uint_fast64_t = X__uint64_t /* _types.h:125:20 */
  572. type X__uint_least8_t = X__uint8_t /* _types.h:126:19 */
  573. type X__uint_least16_t = X__uint16_t /* _types.h:127:20 */
  574. type X__uint_least32_t = X__uint32_t /* _types.h:128:20 */
  575. type X__uint_least64_t = X__uint64_t /* _types.h:129:20 */
  576. type X__u_register_t = X__uint32_t /* _types.h:136:20 */
  577. type X__vm_offset_t = X__uint32_t /* _types.h:137:20 */
  578. type X__vm_paddr_t = X__uint64_t /* _types.h:138:20 */
  579. type X__vm_size_t = X__uint32_t /* _types.h:139:20 */
  580. type X___wchar_t = int32 /* _types.h:141:14 */
  581. // Standard type definitions.
  582. type X__blksize_t = X__int32_t /* _types.h:40:19 */ // file block size
  583. type X__blkcnt_t = X__int64_t /* _types.h:41:19 */ // file block count
  584. type X__clockid_t = X__int32_t /* _types.h:42:19 */ // clock_gettime()...
  585. type X__fflags_t = X__uint32_t /* _types.h:43:20 */ // file flags
  586. type X__fsblkcnt_t = X__uint64_t /* _types.h:44:20 */
  587. type X__fsfilcnt_t = X__uint64_t /* _types.h:45:20 */
  588. type X__gid_t = X__uint32_t /* _types.h:46:20 */
  589. type X__id_t = X__int64_t /* _types.h:47:19 */ // can hold a gid_t, pid_t, or uid_t
  590. type X__ino_t = X__uint64_t /* _types.h:48:20 */ // inode number
  591. type X__key_t = int32 /* _types.h:49:15 */ // IPC key (for Sys V IPC)
  592. type X__lwpid_t = X__int32_t /* _types.h:50:19 */ // Thread ID (a.k.a. LWP)
  593. type X__mode_t = X__uint16_t /* _types.h:51:20 */ // permissions
  594. type X__accmode_t = int32 /* _types.h:52:14 */ // access permissions
  595. type X__nl_item = int32 /* _types.h:53:14 */
  596. type X__nlink_t = X__uint64_t /* _types.h:54:20 */ // link count
  597. type X__off_t = X__int64_t /* _types.h:55:19 */ // file offset
  598. type X__off64_t = X__int64_t /* _types.h:56:19 */ // file offset (alias)
  599. type X__pid_t = X__int32_t /* _types.h:57:19 */ // process [group]
  600. type X__rlim_t = X__int64_t /* _types.h:58:19 */ // resource limit - intentionally
  601. // signed, because of legacy code
  602. // that uses -1 for RLIM_INFINITY
  603. type X__sa_family_t = X__uint8_t /* _types.h:61:19 */
  604. type X__socklen_t = X__uint32_t /* _types.h:62:20 */
  605. type X__suseconds_t = int32 /* _types.h:63:15 */ // microseconds (signed)
  606. type X__timer_t = uintptr /* _types.h:64:24 */ // timer_gettime()...
  607. type X__mqd_t = uintptr /* _types.h:65:21 */ // mq_open()...
  608. type X__uid_t = X__uint32_t /* _types.h:66:20 */
  609. type X__useconds_t = uint32 /* _types.h:67:22 */ // microseconds (unsigned)
  610. type X__cpuwhich_t = int32 /* _types.h:68:14 */ // which parameter for cpuset.
  611. type X__cpulevel_t = int32 /* _types.h:69:14 */ // level parameter for cpuset.
  612. type X__cpusetid_t = int32 /* _types.h:70:14 */ // cpuset identifier.
  613. type X__daddr_t = X__int64_t /* _types.h:71:19 */ // bwrite(3), FIOBMAP2, etc
  614. // Unusual type definitions.
  615. // rune_t is declared to be an “int” instead of the more natural
  616. // “unsigned long” or “long”. Two things are happening here. It is not
  617. // unsigned so that EOF (-1) can be naturally assigned to it and used. Also,
  618. // it looks like 10646 will be a 31 bit standard. This means that if your
  619. // ints cannot hold 32 bits, you will be in trouble. The reason an int was
  620. // chosen over a long is that the is*() and to*() routines take ints (says
  621. // ANSI C), but they use __ct_rune_t instead of int.
  622. //
  623. // NOTE: rune_t is not covered by ANSI nor other standards, and should not
  624. // be instantiated outside of lib/libc/locale. Use wchar_t. wint_t and
  625. // rune_t must be the same type. Also, wint_t should be able to hold all
  626. // members of the largest character set plus one extra value (WEOF), and
  627. // must be at least 16 bits.
  628. type X__ct_rune_t = int32 /* _types.h:91:14 */ // arg type for ctype funcs
  629. type X__rune_t = X__ct_rune_t /* _types.h:92:21 */ // rune_t (see above)
  630. type X__wint_t = X__ct_rune_t /* _types.h:93:21 */ // wint_t (see above)
  631. // Clang already provides these types as built-ins, but only in C++ mode.
  632. type X__char16_t = X__uint_least16_t /* _types.h:97:26 */
  633. type X__char32_t = X__uint_least32_t /* _types.h:98:26 */
  634. // In C++11, char16_t and char32_t are built-in types.
  635. type X__max_align_t = struct {
  636. F__max_align1 int64
  637. F__max_align2 float64
  638. } /* _types.h:111:3 */
  639. type X__dev_t = X__uint64_t /* _types.h:113:20 */ // device number
  640. type X__fixpt_t = X__uint32_t /* _types.h:115:20 */ // fixed point number
  641. // mbstate_t is an opaque object to keep conversion state during multibyte
  642. // stream conversions.
  643. type X__mbstate_t = struct {
  644. F__ccgo_pad1 [0]uint32
  645. F__mbstate8 [128]int8
  646. } /* _types.h:124:3 */
  647. type X__rman_res_t = X__uintmax_t /* _types.h:126:25 */
  648. // Types for varargs. These are all provided by builtin types these
  649. // days, so centralize their definition.
  650. type X__va_list = X__builtin_va_list /* _types.h:133:27 */ // internally known to gcc
  651. type X__gnuc_va_list = X__va_list /* _types.h:140:20 */ // compatibility w/GNU headers
  652. // When the following macro is defined, the system uses 64-bit inode numbers.
  653. // Programs can use this to avoid including <sys/param.h>, with its associated
  654. // namespace pollution.
  655. // -
  656. // SPDX-License-Identifier: BSD-3-Clause
  657. //
  658. // Copyright (c) 1982, 1986, 1989, 1991, 1993
  659. // The Regents of the University of California. All rights reserved.
  660. // (c) UNIX System Laboratories, Inc.
  661. // All or some portions of this file are derived from material licensed
  662. // to the University of California by American Telephone and Telegraph
  663. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  664. // the permission of UNIX System Laboratories, Inc.
  665. //
  666. // Redistribution and use in source and binary forms, with or without
  667. // modification, are permitted provided that the following conditions
  668. // are met:
  669. // 1. Redistributions of source code must retain the above copyright
  670. // notice, this list of conditions and the following disclaimer.
  671. // 2. Redistributions in binary form must reproduce the above copyright
  672. // notice, this list of conditions and the following disclaimer in the
  673. // documentation and/or other materials provided with the distribution.
  674. // 3. Neither the name of the University nor the names of its contributors
  675. // may be used to endorse or promote products derived from this software
  676. // without specific prior written permission.
  677. //
  678. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  679. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  680. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  681. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  682. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  683. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  684. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  685. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  686. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  687. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  688. // SUCH DAMAGE.
  689. //
  690. // @(#)signal.h 8.4 (Berkeley) 5/4/95
  691. // $FreeBSD$
  692. // -
  693. // SPDX-License-Identifier: BSD-3-Clause
  694. //
  695. // Copyright (c) 1991, 1993
  696. // The Regents of the University of California. All rights reserved.
  697. //
  698. // This code is derived from software contributed to Berkeley by
  699. // Berkeley Software Design, Inc.
  700. //
  701. // Redistribution and use in source and binary forms, with or without
  702. // modification, are permitted provided that the following conditions
  703. // are met:
  704. // 1. Redistributions of source code must retain the above copyright
  705. // notice, this list of conditions and the following disclaimer.
  706. // 2. Redistributions in binary form must reproduce the above copyright
  707. // notice, this list of conditions and the following disclaimer in the
  708. // documentation and/or other materials provided with the distribution.
  709. // 3. Neither the name of the University nor the names of its contributors
  710. // may be used to endorse or promote products derived from this software
  711. // without specific prior written permission.
  712. //
  713. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  714. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  715. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  716. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  717. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  718. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  719. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  720. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  721. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  722. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  723. // SUCH DAMAGE.
  724. //
  725. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  726. // $FreeBSD$
  727. // -
  728. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  729. //
  730. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  731. // All rights reserved.
  732. //
  733. // Redistribution and use in source and binary forms, with or without
  734. // modification, are permitted provided that the following conditions
  735. // are met:
  736. // 1. Redistributions of source code must retain the above copyright
  737. // notice, this list of conditions and the following disclaimer.
  738. // 2. Redistributions in binary form must reproduce the above copyright
  739. // notice, this list of conditions and the following disclaimer in the
  740. // documentation and/or other materials provided with the distribution.
  741. //
  742. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  743. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  744. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  745. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  746. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  747. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  748. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  749. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  750. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  751. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  752. // SUCH DAMAGE.
  753. //
  754. // $FreeBSD$
  755. // -
  756. // SPDX-License-Identifier: BSD-3-Clause
  757. //
  758. // Copyright (c) 1982, 1986, 1989, 1991, 1993
  759. // The Regents of the University of California. All rights reserved.
  760. // (c) UNIX System Laboratories, Inc.
  761. // All or some portions of this file are derived from material licensed
  762. // to the University of California by American Telephone and Telegraph
  763. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  764. // the permission of UNIX System Laboratories, Inc.
  765. //
  766. // Redistribution and use in source and binary forms, with or without
  767. // modification, are permitted provided that the following conditions
  768. // are met:
  769. // 1. Redistributions of source code must retain the above copyright
  770. // notice, this list of conditions and the following disclaimer.
  771. // 2. Redistributions in binary form must reproduce the above copyright
  772. // notice, this list of conditions and the following disclaimer in the
  773. // documentation and/or other materials provided with the distribution.
  774. // 3. Neither the name of the University nor the names of its contributors
  775. // may be used to endorse or promote products derived from this software
  776. // without specific prior written permission.
  777. //
  778. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  779. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  780. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  781. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  782. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  783. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  784. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  785. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  786. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  787. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  788. // SUCH DAMAGE.
  789. //
  790. // @(#)signal.h 8.4 (Berkeley) 5/4/95
  791. // $FreeBSD$
  792. // sigset_t macros.
  793. type X__sigset = struct{ F__bits [4]X__uint32_t } /* _sigset.h:53:9 */
  794. // compatibility w/GNU headers
  795. // When the following macro is defined, the system uses 64-bit inode numbers.
  796. // Programs can use this to avoid including <sys/param.h>, with its associated
  797. // namespace pollution.
  798. // -
  799. // SPDX-License-Identifier: BSD-3-Clause
  800. //
  801. // Copyright (c) 1982, 1986, 1989, 1991, 1993
  802. // The Regents of the University of California. All rights reserved.
  803. // (c) UNIX System Laboratories, Inc.
  804. // All or some portions of this file are derived from material licensed
  805. // to the University of California by American Telephone and Telegraph
  806. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  807. // the permission of UNIX System Laboratories, Inc.
  808. //
  809. // Redistribution and use in source and binary forms, with or without
  810. // modification, are permitted provided that the following conditions
  811. // are met:
  812. // 1. Redistributions of source code must retain the above copyright
  813. // notice, this list of conditions and the following disclaimer.
  814. // 2. Redistributions in binary form must reproduce the above copyright
  815. // notice, this list of conditions and the following disclaimer in the
  816. // documentation and/or other materials provided with the distribution.
  817. // 3. Neither the name of the University nor the names of its contributors
  818. // may be used to endorse or promote products derived from this software
  819. // without specific prior written permission.
  820. //
  821. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  822. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  823. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  824. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  825. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  826. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  827. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  828. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  829. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  830. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  831. // SUCH DAMAGE.
  832. //
  833. // @(#)signal.h 8.4 (Berkeley) 5/4/95
  834. // $FreeBSD$
  835. // -
  836. // SPDX-License-Identifier: BSD-3-Clause
  837. //
  838. // Copyright (c) 1991, 1993
  839. // The Regents of the University of California. All rights reserved.
  840. //
  841. // This code is derived from software contributed to Berkeley by
  842. // Berkeley Software Design, Inc.
  843. //
  844. // Redistribution and use in source and binary forms, with or without
  845. // modification, are permitted provided that the following conditions
  846. // are met:
  847. // 1. Redistributions of source code must retain the above copyright
  848. // notice, this list of conditions and the following disclaimer.
  849. // 2. Redistributions in binary form must reproduce the above copyright
  850. // notice, this list of conditions and the following disclaimer in the
  851. // documentation and/or other materials provided with the distribution.
  852. // 3. Neither the name of the University nor the names of its contributors
  853. // may be used to endorse or promote products derived from this software
  854. // without specific prior written permission.
  855. //
  856. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  857. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  858. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  859. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  860. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  861. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  862. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  863. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  864. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  865. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  866. // SUCH DAMAGE.
  867. //
  868. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  869. // $FreeBSD$
  870. // -
  871. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  872. //
  873. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  874. // All rights reserved.
  875. //
  876. // Redistribution and use in source and binary forms, with or without
  877. // modification, are permitted provided that the following conditions
  878. // are met:
  879. // 1. Redistributions of source code must retain the above copyright
  880. // notice, this list of conditions and the following disclaimer.
  881. // 2. Redistributions in binary form must reproduce the above copyright
  882. // notice, this list of conditions and the following disclaimer in the
  883. // documentation and/or other materials provided with the distribution.
  884. //
  885. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  886. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  887. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  888. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  889. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  890. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  891. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  892. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  893. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  894. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  895. // SUCH DAMAGE.
  896. //
  897. // $FreeBSD$
  898. // -
  899. // SPDX-License-Identifier: BSD-3-Clause
  900. //
  901. // Copyright (c) 1982, 1986, 1989, 1991, 1993
  902. // The Regents of the University of California. All rights reserved.
  903. // (c) UNIX System Laboratories, Inc.
  904. // All or some portions of this file are derived from material licensed
  905. // to the University of California by American Telephone and Telegraph
  906. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  907. // the permission of UNIX System Laboratories, Inc.
  908. //
  909. // Redistribution and use in source and binary forms, with or without
  910. // modification, are permitted provided that the following conditions
  911. // are met:
  912. // 1. Redistributions of source code must retain the above copyright
  913. // notice, this list of conditions and the following disclaimer.
  914. // 2. Redistributions in binary form must reproduce the above copyright
  915. // notice, this list of conditions and the following disclaimer in the
  916. // documentation and/or other materials provided with the distribution.
  917. // 3. Neither the name of the University nor the names of its contributors
  918. // may be used to endorse or promote products derived from this software
  919. // without specific prior written permission.
  920. //
  921. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  922. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  923. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  924. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  925. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  926. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  927. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  928. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  929. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  930. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  931. // SUCH DAMAGE.
  932. //
  933. // @(#)signal.h 8.4 (Berkeley) 5/4/95
  934. // $FreeBSD$
  935. // sigset_t macros.
  936. type X__sigset_t = X__sigset /* _sigset.h:55:3 */
  937. // -
  938. // This file is in the public domain.
  939. // $FreeBSD$
  940. // -
  941. // SPDX-License-Identifier: BSD-3-Clause
  942. //
  943. // Copyright (c) 1988, 1993
  944. // The Regents of the University of California. All rights reserved.
  945. //
  946. // Redistribution and use in source and binary forms, with or without
  947. // modification, are permitted provided that the following conditions
  948. // are met:
  949. // 1. Redistributions of source code must retain the above copyright
  950. // notice, this list of conditions and the following disclaimer.
  951. // 2. Redistributions in binary form must reproduce the above copyright
  952. // notice, this list of conditions and the following disclaimer in the
  953. // documentation and/or other materials provided with the distribution.
  954. // 3. Neither the name of the University nor the names of its contributors
  955. // may be used to endorse or promote products derived from this software
  956. // without specific prior written permission.
  957. //
  958. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  959. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  960. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  961. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  962. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  963. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  964. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  965. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  966. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  967. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  968. // SUCH DAMAGE.
  969. //
  970. // @(#)limits.h 8.3 (Berkeley) 1/4/94
  971. // $FreeBSD$
  972. // -
  973. // SPDX-License-Identifier: BSD-3-Clause
  974. //
  975. // Copyright (c) 1986, 1989, 1991, 1993
  976. // The Regents of the University of California. All rights reserved.
  977. //
  978. // Redistribution and use in source and binary forms, with or without
  979. // modification, are permitted provided that the following conditions
  980. // are met:
  981. // 1. Redistributions of source code must retain the above copyright
  982. // notice, this list of conditions and the following disclaimer.
  983. // 2. Redistributions in binary form must reproduce the above copyright
  984. // notice, this list of conditions and the following disclaimer in the
  985. // documentation and/or other materials provided with the distribution.
  986. // 3. Neither the name of the University nor the names of its contributors
  987. // may be used to endorse or promote products derived from this software
  988. // without specific prior written permission.
  989. //
  990. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  991. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  992. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  993. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  994. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  995. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  996. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  997. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  998. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  999. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1000. // SUCH DAMAGE.
  1001. //
  1002. // @(#)signal.h 8.1 (Berkeley) 6/11/93
  1003. // $FreeBSD$
  1004. // -
  1005. // SPDX-License-Identifier: BSD-3-Clause
  1006. //
  1007. // Copyright (c) 1986, 1989, 1991, 1993
  1008. // The Regents of the University of California. All rights reserved.
  1009. // Copyright (c) 2003 Peter Wemm.
  1010. //
  1011. // Redistribution and use in source and binary forms, with or without
  1012. // modification, are permitted provided that the following conditions
  1013. // are met:
  1014. // 1. Redistributions of source code must retain the above copyright
  1015. // notice, this list of conditions and the following disclaimer.
  1016. // 2. Redistributions in binary form must reproduce the above copyright
  1017. // notice, this list of conditions and the following disclaimer in the
  1018. // documentation and/or other materials provided with the distribution.
  1019. // 3. Neither the name of the University nor the names of its contributors
  1020. // may be used to endorse or promote products derived from this software
  1021. // without specific prior written permission.
  1022. //
  1023. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1024. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1025. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1026. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1027. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1028. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1029. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1030. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1031. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1032. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1033. // SUCH DAMAGE.
  1034. //
  1035. // @(#)signal.h 8.1 (Berkeley) 6/11/93
  1036. // $FreeBSD$
  1037. // Machine-dependent signal definitions
  1038. // -
  1039. // SPDX-License-Identifier: BSD-3-Clause
  1040. //
  1041. // Copyright (c) 1991, 1993
  1042. // The Regents of the University of California. All rights reserved.
  1043. //
  1044. // This code is derived from software contributed to Berkeley by
  1045. // Berkeley Software Design, Inc.
  1046. //
  1047. // Redistribution and use in source and binary forms, with or without
  1048. // modification, are permitted provided that the following conditions
  1049. // are met:
  1050. // 1. Redistributions of source code must retain the above copyright
  1051. // notice, this list of conditions and the following disclaimer.
  1052. // 2. Redistributions in binary form must reproduce the above copyright
  1053. // notice, this list of conditions and the following disclaimer in the
  1054. // documentation and/or other materials provided with the distribution.
  1055. // 3. Neither the name of the University nor the names of its contributors
  1056. // may be used to endorse or promote products derived from this software
  1057. // without specific prior written permission.
  1058. //
  1059. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1060. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1061. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1062. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1063. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1064. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1065. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1066. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1067. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1068. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1069. // SUCH DAMAGE.
  1070. //
  1071. // @(#)cdefs.h 8.8 (Berkeley) 1/9/95
  1072. // $FreeBSD$
  1073. // -
  1074. // SPDX-License-Identifier: BSD-3-Clause
  1075. //
  1076. // Copyright (c) 1982, 1986, 1989, 1991, 1993
  1077. // The Regents of the University of California. All rights reserved.
  1078. // (c) UNIX System Laboratories, Inc.
  1079. // All or some portions of this file are derived from material licensed
  1080. // to the University of California by American Telephone and Telegraph
  1081. // Co. or Unix System Laboratories, Inc. and are reproduced herein with
  1082. // the permission of UNIX System Laboratories, Inc.
  1083. //
  1084. // Redistribution and use in source and binary forms, with or without
  1085. // modification, are permitted provided that the following conditions
  1086. // are met:
  1087. // 1. Redistributions of source code must retain the above copyright
  1088. // notice, this list of conditions and the following disclaimer.
  1089. // 2. Redistributions in binary form must reproduce the above copyright
  1090. // notice, this list of conditions and the following disclaimer in the
  1091. // documentation and/or other materials provided with the distribution.
  1092. // 3. Neither the name of the University nor the names of its contributors
  1093. // may be used to endorse or promote products derived from this software
  1094. // without specific prior written permission.
  1095. //
  1096. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1097. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1098. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1099. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1100. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1101. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1102. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1103. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1104. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1105. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1106. // SUCH DAMAGE.
  1107. //
  1108. // @(#)signal.h 8.4 (Berkeley) 5/4/95
  1109. // $FreeBSD$
  1110. type Sig_atomic_t = int32 /* signal.h:47:13 */
  1111. type Sigcontext = struct {
  1112. Fsc_mask struct{ F__bits [4]X__uint32_t }
  1113. Fsc_onstack int32
  1114. Fsc_gs int32
  1115. Fsc_fs int32
  1116. Fsc_es int32
  1117. Fsc_ds int32
  1118. Fsc_edi int32
  1119. Fsc_esi int32
  1120. Fsc_ebp int32
  1121. Fsc_isp int32
  1122. Fsc_ebx int32
  1123. Fsc_edx int32
  1124. Fsc_ecx int32
  1125. Fsc_eax int32
  1126. Fsc_trapno int32
  1127. Fsc_err int32
  1128. Fsc_eip int32
  1129. Fsc_cs int32
  1130. Fsc_efl int32
  1131. Fsc_esp int32
  1132. Fsc_ss int32
  1133. Fsc_len int32
  1134. Fsc_fpformat int32
  1135. Fsc_ownedfp int32
  1136. Fsc_flags int32
  1137. Fsc_fpstate [128]int32
  1138. Fsc_fsbase int32
  1139. Fsc_gsbase int32
  1140. Fsc_xfpustate int32
  1141. Fsc_xfpustate_len int32
  1142. Fsc_spare2 [4]int32
  1143. } /* signal.h:50:1 */
  1144. type Pthread_once = struct {
  1145. Fstate int32
  1146. Fmutex Pthread_mutex_t
  1147. } /* _pthreadtypes.h:52:1 */
  1148. // Primitive system data type definitions required by P1003.1c.
  1149. //
  1150. // Note that P1003.1c specifies that there are no defined comparison
  1151. // or assignment operators for the types pthread_attr_t, pthread_cond_t,
  1152. // pthread_condattr_t, pthread_mutex_t, pthread_mutexattr_t.
  1153. type Pthread_t = uintptr /* _pthreadtypes.h:67:26 */
  1154. type Pthread_attr_t = uintptr /* _pthreadtypes.h:70:30 */
  1155. type Pthread_mutex_t = uintptr /* _pthreadtypes.h:71:31 */
  1156. type Pthread_mutexattr_t = uintptr /* _pthreadtypes.h:72:35 */
  1157. type Pthread_cond_t = uintptr /* _pthreadtypes.h:73:30 */
  1158. type Pthread_condattr_t = uintptr /* _pthreadtypes.h:74:34 */
  1159. type Pthread_key_t = int32 /* _pthreadtypes.h:75:20 */
  1160. type Pthread_once_t = Pthread_once /* _pthreadtypes.h:76:30 */
  1161. type Pthread_rwlock_t = uintptr /* _pthreadtypes.h:77:32 */
  1162. type Pthread_rwlockattr_t = uintptr /* _pthreadtypes.h:78:35 */
  1163. type Pthread_barrier_t = uintptr /* _pthreadtypes.h:79:33 */
  1164. type Pthread_barrierattr_t = uintptr /* _pthreadtypes.h:80:36 */
  1165. type Pthread_spinlock_t = uintptr /* _pthreadtypes.h:81:33 */
  1166. // Additional type definitions:
  1167. //
  1168. // Note that P1003.1c reserves the prefixes pthread_ and PTHREAD_ for
  1169. // use in header symbols.
  1170. type Pthread_addr_t = uintptr /* _pthreadtypes.h:89:14 */
  1171. type Pthread_startroutine_t = uintptr /* _pthreadtypes.h:90:14 */
  1172. // -
  1173. // SPDX-License-Identifier: BSD-3-Clause
  1174. //
  1175. // Copyright (c) 1982, 1986, 1993
  1176. // The Regents of the University of California. All rights reserved.
  1177. //
  1178. // Redistribution and use in source and binary forms, with or without
  1179. // modification, are permitted provided that the following conditions
  1180. // are met:
  1181. // 1. Redistributions of source code must retain the above copyright
  1182. // notice, this list of conditions and the following disclaimer.
  1183. // 2. Redistributions in binary form must reproduce the above copyright
  1184. // notice, this list of conditions and the following disclaimer in the
  1185. // documentation and/or other materials provided with the distribution.
  1186. // 3. Neither the name of the University nor the names of its contributors
  1187. // may be used to endorse or promote products derived from this software
  1188. // without specific prior written permission.
  1189. //
  1190. // THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  1191. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1192. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1193. // ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  1194. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1195. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1196. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1197. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1198. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1199. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1200. // SUCH DAMAGE.
  1201. //
  1202. // @(#)time.h 8.5 (Berkeley) 5/4/95
  1203. // from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp
  1204. // $FreeBSD$
  1205. // -
  1206. // SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  1207. //
  1208. // Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  1209. // All rights reserved.
  1210. //
  1211. // Redistribution and use in source and binary forms, with or without
  1212. // modification, are permitted provided that the following conditions
  1213. // are met:
  1214. // 1. Redistributions of source code must retain the above copyright
  1215. // notice, this list of conditions and the following disclaimer.
  1216. // 2. Redistributions in binary form must reproduce the above copyright
  1217. // notice, this list of conditions and the following disclaimer in the
  1218. // documentation and/or other materials provided with the distribution.
  1219. //
  1220. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  1221. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  1222. // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  1223. // ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  1224. // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  1225. // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  1226. // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  1227. // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  1228. // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  1229. // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  1230. // SUCH DAMAGE.
  1231. //
  1232. // $FreeBSD$
  1233. type Time_t = X__time_t /* _timespec.h:42:18 */
  1234. type Timespec = struct {
  1235. Ftv_sec Time_t
  1236. Ftv_nsec int32
  1237. } /* _timespec.h:46:1 */
  1238. type Uid_t = X__uid_t /* signal.h:61:18 */
  1239. type Sigset_t = X__sigset_t /* signal.h:166:20 */
  1240. type Sigval = struct{ Fsival_int int32 } /* signal.h:171:1 */
  1241. type Sigevent = struct {
  1242. Fsigev_notify int32
  1243. Fsigev_signo int32
  1244. Fsigev_value struct{ Fsival_int int32 }
  1245. F_sigev_un struct {
  1246. F_threadid X__lwpid_t
  1247. F__ccgo_pad1 [28]byte
  1248. }
  1249. } /* signal.h:195:1 */
  1250. type X__siginfo = struct {
  1251. Fsi_signo int32
  1252. Fsi_errno int32
  1253. Fsi_code int32
  1254. Fsi_pid X__pid_t
  1255. Fsi_uid X__uid_t
  1256. Fsi_status int32
  1257. Fsi_addr uintptr
  1258. Fsi_value struct{ Fsival_int int32 }
  1259. F_reason struct {
  1260. F_fault struct{ F_trapno int32 }
  1261. F__ccgo_pad1 [28]byte
  1262. }
  1263. } /* signal.h:229:9 */
  1264. type Siginfo_t = X__siginfo /* signal.h:263:3 */
  1265. // Signal vector "template" used in sigaction call.
  1266. type Sigaction = struct {
  1267. F__sigaction_u struct{ F__sa_handler uintptr }
  1268. Fsa_flags int32
  1269. Fsa_mask Sigset_t
  1270. } /* signal.h:368:1 */
  1271. // If SA_SIGINFO is set, sa_sigaction must be used instead of sa_handler.
  1272. // a timer set by timer_settime().
  1273. // an asynchronous I/O request.
  1274. // message on an empty message queue.
  1275. type Sig_t = uintptr /* signal.h:420:24 */
  1276. type Sigaltstack = struct {
  1277. Fss_sp uintptr
  1278. Fss_size X__size_t
  1279. Fss_flags int32
  1280. } /* signal.h:428:9 */
  1281. type Stack_t = Sigaltstack /* signal.h:428:26 */
  1282. // 4.3 compatibility:
  1283. // Signal vector "template" used in sigvec call.
  1284. type Sigvec = struct {
  1285. Fsv_handler uintptr
  1286. Fsv_mask int32
  1287. Fsv_flags int32
  1288. } /* signal.h:452:1 */
  1289. // Keep this in one place only
  1290. // Structure used in sigstack call.
  1291. type Sigstack = struct {
  1292. Fss_sp uintptr
  1293. Fss_onstack int32
  1294. } /* signal.h:479:1 */
  1295. // -
  1296. // SPDX-License-Identifier: BSD-3-Clause
  1297. //
  1298. // Copyright (c) 1999 Marcel Moolenaar
  1299. // All rights reserved.
  1300. //
  1301. // Redistribution and use in source and binary forms, with or without
  1302. // modification, are permitted provided that the following conditions
  1303. // are met:
  1304. // 1. Redistributions of source code must retain the above copyright
  1305. // notice, this list of conditions and the following disclaimer
  1306. // in this position and unchanged.
  1307. // 2. Redistributions in binary form must reproduce the above copyright
  1308. // notice, this list of conditions and the following disclaimer in the
  1309. // documentation and/or other materials provided with the distribution.
  1310. // 3. The name of the author may not be used to endorse or promote products
  1311. // derived from this software without specific prior written permission.
  1312. //
  1313. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1314. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1315. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1316. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1317. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1318. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1319. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1320. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1321. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1322. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1323. //
  1324. // $FreeBSD$
  1325. // -
  1326. // SPDX-License-Identifier: BSD-3-Clause
  1327. //
  1328. // Copyright (c) 2003 Peter Wemm
  1329. // Copyright (c) 1999 Marcel Moolenaar
  1330. // All rights reserved.
  1331. //
  1332. // Redistribution and use in source and binary forms, with or without
  1333. // modification, are permitted provided that the following conditions
  1334. // are met:
  1335. // 1. Redistributions of source code must retain the above copyright
  1336. // notice, this list of conditions and the following disclaimer
  1337. // in this position and unchanged.
  1338. // 2. Redistributions in binary form must reproduce the above copyright
  1339. // notice, this list of conditions and the following disclaimer in the
  1340. // documentation and/or other materials provided with the distribution.
  1341. // 3. The name of the author may not be used to endorse or promote products
  1342. // derived from this software without specific prior written permission.
  1343. //
  1344. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1345. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1346. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1347. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1348. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1349. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1350. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1351. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1352. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1353. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1354. //
  1355. // $FreeBSD$
  1356. // Keep _MC_* values similar to amd64
  1357. type X__mcontext = struct {
  1358. Fmc_onstack X__register_t
  1359. Fmc_gs X__register_t
  1360. Fmc_fs X__register_t
  1361. Fmc_es X__register_t
  1362. Fmc_ds X__register_t
  1363. Fmc_edi X__register_t
  1364. Fmc_esi X__register_t
  1365. Fmc_ebp X__register_t
  1366. Fmc_isp X__register_t
  1367. Fmc_ebx X__register_t
  1368. Fmc_edx X__register_t
  1369. Fmc_ecx X__register_t
  1370. Fmc_eax X__register_t
  1371. Fmc_trapno X__register_t
  1372. Fmc_err X__register_t
  1373. Fmc_eip X__register_t
  1374. Fmc_cs X__register_t
  1375. Fmc_eflags X__register_t
  1376. Fmc_esp X__register_t
  1377. Fmc_ss X__register_t
  1378. Fmc_len int32
  1379. Fmc_fpformat int32
  1380. Fmc_ownedfp int32
  1381. Fmc_flags X__register_t
  1382. Fmc_fpstate [128]int32
  1383. Fmc_fsbase X__register_t
  1384. Fmc_gsbase X__register_t
  1385. Fmc_xfpustate X__register_t
  1386. Fmc_xfpustate_len X__register_t
  1387. Fmc_spare2 [4]int32
  1388. } /* ucontext.h:44:9 */
  1389. // -
  1390. // SPDX-License-Identifier: BSD-3-Clause
  1391. //
  1392. // Copyright (c) 1999 Marcel Moolenaar
  1393. // All rights reserved.
  1394. //
  1395. // Redistribution and use in source and binary forms, with or without
  1396. // modification, are permitted provided that the following conditions
  1397. // are met:
  1398. // 1. Redistributions of source code must retain the above copyright
  1399. // notice, this list of conditions and the following disclaimer
  1400. // in this position and unchanged.
  1401. // 2. Redistributions in binary form must reproduce the above copyright
  1402. // notice, this list of conditions and the following disclaimer in the
  1403. // documentation and/or other materials provided with the distribution.
  1404. // 3. The name of the author may not be used to endorse or promote products
  1405. // derived from this software without specific prior written permission.
  1406. //
  1407. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1408. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1409. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1410. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1411. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1412. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1413. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1414. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1415. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1416. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1417. //
  1418. // $FreeBSD$
  1419. // -
  1420. // SPDX-License-Identifier: BSD-3-Clause
  1421. //
  1422. // Copyright (c) 2003 Peter Wemm
  1423. // Copyright (c) 1999 Marcel Moolenaar
  1424. // All rights reserved.
  1425. //
  1426. // Redistribution and use in source and binary forms, with or without
  1427. // modification, are permitted provided that the following conditions
  1428. // are met:
  1429. // 1. Redistributions of source code must retain the above copyright
  1430. // notice, this list of conditions and the following disclaimer
  1431. // in this position and unchanged.
  1432. // 2. Redistributions in binary form must reproduce the above copyright
  1433. // notice, this list of conditions and the following disclaimer in the
  1434. // documentation and/or other materials provided with the distribution.
  1435. // 3. The name of the author may not be used to endorse or promote products
  1436. // derived from this software without specific prior written permission.
  1437. //
  1438. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1439. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1440. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1441. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1442. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1443. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1444. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1445. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1446. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1447. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1448. //
  1449. // $FreeBSD$
  1450. // Keep _MC_* values similar to amd64
  1451. type Mcontext_t = X__mcontext /* ucontext.h:94:3 */
  1452. // -
  1453. // SPDX-License-Identifier: BSD-3-Clause
  1454. //
  1455. // Copyright (c) 1999 Marcel Moolenaar
  1456. // All rights reserved.
  1457. //
  1458. // Redistribution and use in source and binary forms, with or without
  1459. // modification, are permitted provided that the following conditions
  1460. // are met:
  1461. // 1. Redistributions of source code must retain the above copyright
  1462. // notice, this list of conditions and the following disclaimer
  1463. // in this position and unchanged.
  1464. // 2. Redistributions in binary form must reproduce the above copyright
  1465. // notice, this list of conditions and the following disclaimer in the
  1466. // documentation and/or other materials provided with the distribution.
  1467. // 3. The name of the author may not be used to endorse or promote products
  1468. // derived from this software without specific prior written permission.
  1469. //
  1470. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1471. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1472. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1473. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1474. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1475. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1476. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1477. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1478. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1479. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1480. //
  1481. // $FreeBSD$
  1482. type X__ucontext = struct {
  1483. Fuc_sigmask X__sigset_t
  1484. Fuc_mcontext Mcontext_t
  1485. Fuc_link uintptr
  1486. Fuc_stack struct {
  1487. Fss_sp uintptr
  1488. Fss_size X__size_t
  1489. Fss_flags int32
  1490. }
  1491. Fuc_flags int32
  1492. F__spare__ [4]int32
  1493. } /* _ucontext.h:36:9 */
  1494. // -
  1495. // SPDX-License-Identifier: BSD-3-Clause
  1496. //
  1497. // Copyright (c) 1999 Marcel Moolenaar
  1498. // All rights reserved.
  1499. //
  1500. // Redistribution and use in source and binary forms, with or without
  1501. // modification, are permitted provided that the following conditions
  1502. // are met:
  1503. // 1. Redistributions of source code must retain the above copyright
  1504. // notice, this list of conditions and the following disclaimer
  1505. // in this position and unchanged.
  1506. // 2. Redistributions in binary form must reproduce the above copyright
  1507. // notice, this list of conditions and the following disclaimer in the
  1508. // documentation and/or other materials provided with the distribution.
  1509. // 3. The name of the author may not be used to endorse or promote products
  1510. // derived from this software without specific prior written permission.
  1511. //
  1512. // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  1513. // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  1514. // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  1515. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  1516. // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  1517. // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1518. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1519. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1520. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  1521. // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1522. //
  1523. // $FreeBSD$
  1524. type Ucontext_t = X__ucontext /* _ucontext.h:52:3 */
  1525. type Pid_t = X__pid_t /* signal.h:60:18 */ // XXX
  1526. type X__pthread_t = uintptr /* signal.h:67:24 */
  1527. var _ int8 /* gen.c:2:13: */