Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created April 22, 2014 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncopa/11174907 to your computer and use it in GitHub Desktop.
Save ncopa/11174907 to your computer and use it in GitHub Desktop.
struct target_sigevent {
target_sigval_t sigev_value;
int32_t sigev_signo;
int32_t sigev_notify;
union {
int32_t _pad[ARRAY_SIZE(((struct sigevent *)0)->_sigev_un._pad)];
int32_t _tid;
struct {
void (*_function)(sigval_t);
void *_attribute;
} _sigev_thread;
} _sigev_un;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment