Changeset 04b3c8c in mainline
- Timestamp:
- 2011-07-12T23:37:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 64639256
- Parents:
- 50fc490
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/intrusive.sh
r50fc490 r04b3c8c 67 67 # 68 68 # Patch 4 69 # Whereas most systems maps pid_t to signed type, HelenOS maps it 70 # to unsigned type. This causes some type incompatibility in libiberty 69 # Whereas most systems maps pid_t to signed int, HelenOS maps it 70 # to 64-bit unsigned integer (which is further masked by libposix to 71 # 64-bit signed integer). Because libiberty blindly expects pid_t to be 72 # signed int, there is some type incompatibility in libiberty 71 73 # files related to executing a subprocess. Since both as and ld are 72 74 # not runtime dependent on this functionality, the simplest solution is … … 170 172 171 173 # Patch libiberty xstrerror.c. 174 # See Patch 6. 172 175 ( 173 176 echo '#include <string.h>'
Note:
See TracChangeset
for help on using the changeset viewer.