Changeset 04b3c8c in mainline


Ignore:
Timestamp:
2011-07-12T23:37:21Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64639256
Parents:
50fc490
Message:

Updated a comment inside intrusive.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/intrusive.sh

    r50fc490 r04b3c8c  
    6767#
    6868# 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
    7173# files related to executing a subprocess. Since both as and ld are
    7274# not runtime dependent on this functionality, the simplest solution is
     
    170172
    171173                # Patch libiberty xstrerror.c.
     174                # See Patch 6.
    172175                (
    173176                echo '#include <string.h>'
Note: See TracChangeset for help on using the changeset viewer.