- Timestamp:
- 2018-05-17T08:29:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff23ff
- Parents:
- fac0ac7
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
- Location:
- abi/include
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/_bits/NULL.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/WCHAR_MAX.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/WCHAR_MIN.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/WEOF.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/all.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/errno.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/inttypes.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/limits.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ … … 42 43 #include <_bits/macros.h> 43 44 44 /* _MIN macros for unsigned types are non-standard (and of course, always 0), 45 /* 46 * _MIN macros for unsigned types are non-standard (and of course, always 0), 45 47 * but we already have them for some reason, so whatever. 46 48 */ -
abi/include/_bits/macros.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/native.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/opaque_handle.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/ptrdiff_t.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/size_t.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/ssize_t.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/stdint.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/wchar_t.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/_bits/wint_t.h
rfac0ac7 r7c3fb9b 27 27 */ 28 28 29 /* Authors: 29 /* 30 * Authors: 30 31 * Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com> 31 32 */ -
abi/include/abi/errno.h
rfac0ac7 r7c3fb9b 49 49 50 50 51 /* POSIX error codes + whatever nonstandard names crop up in third-party 51 /* 52 * POSIX error codes + whatever nonstandard names crop up in third-party 52 53 * software. These are not used in HelenOS code, but are defined here in 53 54 * order to avoid nasty hacks in libposix.
Note:
See TracChangeset
for help on using the changeset viewer.