commit | 333e2ae87dac85d6420786e9e12ffd7ea84dae38 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Mar 08 00:52:02 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Mar 08 00:52:02 2014 +0000 |
tree | 349111bba26194b3de66d2c57ddd3b826267233e | |
parent | 4d46c940315af2d93efb44e751b69ea6880a5d65 [diff] | |
parent | a0cd9bc3392f56ca488bea61269d7468ae6c5dce [diff] |
Merge "Add si_timerid to <signal.h>."
diff --git a/libc/include/signal.h b/libc/include/signal.h index 29bef57..267f3e6 100644 --- a/libc/include/signal.h +++ b/libc/include/signal.h
@@ -66,6 +66,8 @@ typedef __sighandler_t sig_t; /* BSD compatibility. */ typedef __sighandler_t sighandler_t; /* glibc compatibility. */ +#define si_timerid si_tid /* glibc compatibility. */ + #if defined(__LP64__) struct sigaction {