diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2003-11-07 20:11:44 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-11-07 20:11:44 -0800 |
| commit | 35d64a3345463ace22f42ca6ca993b84e1d5f1e9 (patch) | |
| tree | 1d38f45655574505061f9bfcf1bf8d2bb738fce8 /include | |
| parent | 59ccfc460a322aa9522a259572258a5fffbd4bcc (diff) | |
Don't fold nanosleep() into clock_nanosleep().
The latter has buggy restart functionality and is a lot
more complicated anyway.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/signal.h b/include/linux/signal.h index 2dc954224f55..e051eb0b17db 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h @@ -214,7 +214,7 @@ extern int sigprocmask(int, sigset_t *, sigset_t *); struct pt_regs; extern int get_signal_to_deliver(siginfo_t *info, struct pt_regs *regs, void *cookie); #endif -#define FOLD_NANO_SLEEP_INTO_CLOCK_NANO_SLEEP + #endif /* __KERNEL__ */ #endif /* _LINUX_SIGNAL_H */ |
