Path to this page:
Subject: CVS commit: pkgsrc/devel/pth
From: Matthias Drochner
Date: 2003-02-04 18:31:18
Message id: 20030204173118.A37B9B004@cvs.netbsd.org
Log Message:
PTH_SYSCALL_HARD's fork() replacement didn't work on archs where the
system call's return values are postprocessed by the libc stub
(eg alpha).
Change pth to call libc's internal _fork(). This is only available
since NetBSD-1.5, older releases are SOL -- sorry, but we need something
working for 1.6.1.
We should audit all the PTH_SYSCALL_HARD plugins whether they neglect
libc assembler magic...
bump PKGREVISION
Files: