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:
parent
72def5850d
commit
9248316fb6
8 changed files with 13 additions and 22 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue