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] Linux: Implement per-thread file system attributes


* Carlos O'Donell:

>>   if (flag != PTHREAD_PER_THREAD_NP)
>>     TEST_COMPARE (flag, PTHREAD_PER_PROCESS_NP);
>
> I don't follow why you can't call this unconditionally?

This asserts that the flag has one of two values, PTHREAD_PER_THREAD_NP
or PTHREAD_PER_PROCESS_NP.

Thanks,
Florian


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