Files
musl/include/sys
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
2012-09-06 22:44:55 -04:00
..
2011-02-12 00:22:29 -05:00
2012-02-07 22:48:58 -05:00
2012-07-23 16:54:53 -04:00
2011-02-12 00:22:29 -05:00
2011-04-13 16:45:43 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-06-18 07:39:05 -04:00
2011-02-12 00:22:29 -05:00
2012-08-24 17:01:17 -04:00
2011-07-09 18:06:59 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-04-05 12:13:54 -04:00
2011-09-20 20:02:48 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-09-23 14:24:57 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2012-05-22 21:52:08 -04:00
2012-08-15 08:31:44 -04:00