diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index df18c167a2a7..8e19d2785486 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * SLAB caches for signal bits. | 33 | * SLAB caches for signal bits. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | static kmem_cache_t *sigqueue_cachep; | 36 | static struct kmem_cache *sigqueue_cachep; |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * In POSIX a signal is sent either to a specific thread (Linux task) | 39 | * In POSIX a signal is sent either to a specific thread (Linux task) |