mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Rename AO_TS_T to AO_TS_t (gets syntax coloring right... ;-).
(Logical change 1.155)
This commit is contained in:
parent
afd961b7b0
commit
cd7dcba0ed
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ struct ia64_script
|
||||||
struct ia64_script_cache
|
struct ia64_script_cache
|
||||||
{
|
{
|
||||||
#ifdef HAVE_ATOMIC_OPS_H
|
#ifdef HAVE_ATOMIC_OPS_H
|
||||||
AO_TS_T busy; /* is the script-cache busy? */
|
AO_TS_t busy; /* is the script-cache busy? */
|
||||||
#else
|
#else
|
||||||
pthread_mutex_t lock;
|
pthread_mutex_t lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue