CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2014/06/27 17:21:47
Modified files: lib/librthread : rthread_sem.c rthread_stack.c Log message: Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless MAP_FILE and MAP_HASSEMAPHORE flags. Discussed with deraadt, tedu, and kettenis