OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Marco S Hyman (marc_at_cvs.openbsd.org)
Date: Fri Nov 15 2002 - 23:01:26 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: marccvs.openbsd.org 2002/11/15 22:01:26

    Modified files:
            lib : Makefile
            lib/libpthread : Makefile

    Log message:
    Enable libpthread, kind of....
    The library is installed as libnpthread, not libpthread. This gets
    around broken autoconf ports that attempt to link using both
    -lpthread and -pthread.

    The next step will be to change the gcc -pthread flag to use this lib
    instead of libc_r.