1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Further reduction of interface puns that violate the strict aliasing rule, this time in thread function types and the corresponding threadstruct.

Copied from Perforce
 Change: 179451
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-12 19:32:37 +01:00
parent 72def5850d
commit 9248316fb6
8 changed files with 13 additions and 22 deletions

View file

@ -43,7 +43,7 @@ SRCID(thix, "$Id$");
/* ThreadStruct -- thread desriptor */
typedef struct ThreadStruct { /* PThreads thread structure */
typedef struct mps_thr_s { /* PThreads thread structure */
Sig sig; /* <design/sig/> */
Serial serial; /* from arena->threadSerial */
Arena arena; /* owning arena */