Skip to content
Snippets Groups Projects
  • Kai Tietz's avatar
    587c6b96
    Merged from gcc head revision 146001. · 587c6b96
    Kai Tietz 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.
    587c6b96
    History
    Merged from gcc head revision 146001.
    Kai Tietz 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.