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]

[PATCH] S/390: Define __PTHREAD_MUTEX_HAVE_ELISION.


Hi,

according to the -Wundef flag, i got a warning on S390 for __PTHREAD_MUTEX_HAVE_ELISION. In combination with the -Werror flag for nptl/tst-initializers1* testcases, the prerequirements for make check fails because of build-errors and no tests.sum is generated.
For S/390 lock elision is currently not available.

Bye

---
2014-03-20  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
	(__PTHREAD_MUTEX_HAVE_ELISION): New define.
---

Attachment: patchglibcdef__PTHREAD_MUTEX_HAVE_ELISION
Description: Text document


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