1
0
Fork 0
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:
mostang.com!davidm 2004-01-20 23:50:00 +00:00
parent afd961b7b0
commit cd7dcba0ed

View file

@ -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