Files
semi-libc/src
Rich Felker 4078a5c31f fix build regression on archs with variable page size
commit 31fb174dd2 used
DEFAULT_GUARD_SIZE from pthread_impl.h in a static initializer,
breaking build on archs where its definition, PAGE_SIZE, is not a
constant. instead, just define DEFAULT_GUARD_SIZE as 4096, the minimal
page size on any arch we support. pthread_create rounds up to whole
pages anyway, so defining it to 1 would also work, but a moderately
meaningful value is nicer to programs that use
pthread_attr_getguardsize on default-initialized attribute objects.
2016-11-08 18:03:42 -05:00
..
2016-10-20 16:55:05 -04:00
2016-08-30 16:39:54 -04:00
2016-05-08 22:57:40 -04:00
2016-05-08 22:57:40 -04:00
2016-10-20 01:32:27 -04:00
2016-03-02 21:35:40 -05:00
2016-05-08 22:57:40 -04:00
2016-05-08 22:57:40 -04:00