CVSROOT: /cvs Module name: src Changes by: lan...@cvs.openbsd.org 2012/11/05 01:58:39
Modified files: lib/libpthread/include: pthread.h Log message: typedef pthread_key_t to an int instead of a volatile int, reverts a chunk from r1.11. This allows webkit with --enable-debug to build, and is in line with what FreeBSD/NetBSD uses. ok kettenis@ guenther@