diff options
Diffstat (limited to 'include/linux/wait.h')
| -rw-r--r-- | include/linux/wait.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h index 2b563a15a77d..bd68819f0815 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h | |||
| @@ -815,17 +815,6 @@ do { \ | |||
| 815 | __ret; \ | 815 | __ret; \ |
| 816 | }) | 816 | }) |
| 817 | 817 | ||
| 818 | |||
| 819 | /* | ||
| 820 | * These are the old interfaces to sleep waiting for an event. | ||
| 821 | * They are racy. DO NOT use them, use the wait_event* interfaces above. | ||
| 822 | * We plan to remove these interfaces. | ||
| 823 | */ | ||
| 824 | extern void sleep_on(wait_queue_head_t *q); | ||
| 825 | extern long sleep_on_timeout(wait_queue_head_t *q, signed long timeout); | ||
| 826 | extern void interruptible_sleep_on(wait_queue_head_t *q); | ||
| 827 | extern long interruptible_sleep_on_timeout(wait_queue_head_t *q, signed long timeout); | ||
| 828 | |||
| 829 | /* | 818 | /* |
| 830 | * Waitqueues which are removed from the waitqueue_head at wakeup time | 819 | * Waitqueues which are removed from the waitqueue_head at wakeup time |
| 831 | */ | 820 | */ |
