Skip to content

Commit

Permalink
Don't include private headers from user-visible part of linux/signal.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <[email protected]>
dwmw2 committed Apr 25, 2006
1 parent 8ffbc75 commit 7ab2feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/signal.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef _LINUX_SIGNAL_H
#define _LINUX_SIGNAL_H

#include <linux/list.h>
#include <linux/spinlock.h>
#include <asm/signal.h>
#include <asm/siginfo.h>

#ifdef __KERNEL__
#include <linux/list.h>
#include <linux/spinlock.h>

/*
* These values of sa_flags are used only by the kernel as part of the

0 comments on commit 7ab2feb

Please sign in to comment.