Re: patch: libraries/unix __hsunix_-wrappers needed for NetBSD

2009-07-23 Thread Simon Marlow
On 22/07/2009 21:58, Krister Walfridsson wrote: NetBSD does not have support for symbol versioning, so updated systen functions need to be given a new name, and the header files contain some __asm hackery in order to let the program call the correct function. This mean that you need to use the h

patch: libraries/unix __hsunix_-wrappers needed for NetBSD

2009-07-22 Thread Krister Walfridsson
NetBSD does not have support for symbol versioning, so updated systen functions need to be given a new name, and the header files contain some __asm hackery in order to let the program call the correct function. This mean that you need to use the header files in order to call the correct system f