patch: libiberty pex for _WIN64
Christopher Faylor
cgf-use-the-mailinglist-please@sourceware.org
Sat Aug 4 16:35:00 GMT 2007
More information about the Binutils mailing list
Sat Aug 4 16:35:00 GMT 2007
- Previous message (by thread): patch: libiberty pex for _WIN64
- Next message (by thread): patch: libiberty pex for _WIN64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Aug 04, 2007 at 11:44:03AM +0300, Eli Zaretskii wrote: >> Date: Fri, 3 Aug 2007 19:16:42 -0400 >> From: Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org> >> >> >2007-08-03 Kai Tietz <kai.tietz@onevision.com> >> > >> > * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. >> > * pex-djgpp.c: Likewise. >> > * pex-msdos.c: Likewise. >> > * pex-unix.c: Likewise. >> > * pex-win32.c: Likewise. >> >> If long isn't long enough what is pid_t defined to be on _WIN64? > >I think it's "long long", as 64-bit Windows uses the P64 model. Yeah, duh. That was obvious. Sorry. Where does the "typedef long long pid_t" come from? I only see it as being defined as "int" in the mingw headers. And I didn't see any machinery in configure to derive this. I guess I'm asking if there is another patch coming down the line which handles the long long. cgf
- Previous message (by thread): patch: libiberty pex for _WIN64
- Next message (by thread): patch: libiberty pex for _WIN64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list