- Timestamp:
- 2018-01-04T20:13:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cde999a
- Parents:
- 0d0b319
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 19:18:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-01-04 20:13:42)
- Location:
- abi/include/abi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abi/include/abi/errno.h
r0d0b319 r3c7702c0 57 57 */ 58 58 59 /* COMPAT_START -- do not remove or edit this comment */ 60 59 61 #define E2BIG __errno_t( 101) 60 62 #define EACCES __errno_t( 102) -
abi/include/abi/errno.in
r0d0b319 r3c7702c0 55 55 * move it up to the first group. 56 56 */ 57 58 /* COMPAT_START -- do not remove or edit this comment */ 57 59 58 60 __errno_entry(E2BIG , 101, "Argument list too long")
Note:
See TracChangeset
for help on using the changeset viewer.