Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nptl: update default pthread-offsets.h | Andreas Schwab | 2020-02-10 | 1 | -16/+6 |
| | | | | | Remove unused definitions, and correct __PTHREAD_RWLOCK_FLAGS_OFFSET for __WORDSIZE == 64. | ||||
* | nptl: Add default pthread-offsets.h | Adhemerval Zanella | 2019-11-26 | 1 | -0/+26 |
This patch adds a default pthread-offsets.h based on default thread definitions from struct_mutex.h and struct_rwlock.h. The idea is to simplify new ports inclusion. Checked with a build on affected abis. Change-Id: I7785a9581e651feb80d1413b9e03b5ac0452668a |