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 2/9] Add the low level infrastructure for pthreads lock elision with TSX


> >+	    {
> >+	      char *end;
> >+	      int val;
> >+
> >+	      if (s[nlen] != '=')
> >+		{
> >+  		  complain (PAIR ("pthreads: invalid GLIBC_MUTEX syntax: missing =\n"));
> 
> These warnings are not localized - can/want we have them localized?

I doubt the locale facility is up at this point.
pthreads initialization is very early and I had a lot of problems
with such dependencies.

-Andi


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