This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 03/13] posix: Consolidate Linux nanosleep syscall


On 05/12/2017 07:58 PM, Adhemerval Zanella wrote:
+++ b/nptl/Makefile

+CFLAGS-nanosleep.c = -fexceptions -fasynchronous-unwind-tables


+++ b/posix/Makefile

+CFLAGS-nanosleep.c = -fexceptions

Why the discrepancy? I suppose both implementations could be called in a multi-threaded program.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]