Skip to content
Snippets Groups Projects
  • Ozkan Sezer's avatar
    92c3e704
    re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage) · 92c3e704
    Ozkan Sezer authored
    2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
    
            PR target/39397
            * pex-common.h (struct pex_obj): Store pid values as pid_t,
            not as long (members *children and (*wait))
            * pex-common.c (pex_run_in_environment): Likewise.
            * pex-win32.c (pex_win32_wait): Return pid_t and properly check
            returned pid value.
            * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
            * pex-msdos.c (pex_msdos_wait): Likewise.
    
    From-SVN: r146001
    92c3e704
    History
    re PR target/39397 (libiberty/pex-*, inconsistent/incorrect pid_t usage)
    Ozkan Sezer authored
    2009-04-13  Ozkan Sezer  <sezeroz@gmail.com>
    
            PR target/39397
            * pex-common.h (struct pex_obj): Store pid values as pid_t,
            not as long (members *children and (*wait))
            * pex-common.c (pex_run_in_environment): Likewise.
            * pex-win32.c (pex_win32_wait): Return pid_t and properly check
            returned pid value.
            * pex-djgpp.c (pex_djgpp_wait): Return pid_t.
            * pex-msdos.c (pex_msdos_wait): Likewise.
    
    From-SVN: r146001