DragonFly-2.3.0.809.g0cf41d master lib/libthread_xu/thread thr_i
commit 0cf41d5efd460f6695245a7ee68a85cf195b3f9b
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Sat Apr 25 11:43:15 2009 -0700
Use MAP_TRYFIXED instead of MAP_FIXED when mapping the red zone.
We want to fail if the user program already faulted through the zone,
though in reality the red zone init occurs before main() is even run so
there is no practical difference.
Summary of changes:
lib/libthread_xu/thread/thr_init.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0cf41d5efd460f6695245a7ee68a85cf195b3f9b
--
DragonFly BSD source repository