CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/07/11 03:51:37
Modified files: lib/libc/stdlib: atexit.c Log message: Add locking for __cxa_finalize() as it modifies the page permissions of the __atexit tables and touches global variables. From Srinavasa Nagaraju through Android/Elliott Hughes. ok tedu@, guenther@