diff options
Diffstat (limited to 'arch/um/include/shared/os.h')
-rw-r--r-- | arch/um/include/shared/os.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/um/include/shared/os.h b/arch/um/include/shared/os.h index caa66619a9b4..89b686c1a3ea 100644 --- a/arch/um/include/shared/os.h +++ b/arch/um/include/shared/os.h | |||
@@ -10,7 +10,6 @@ | |||
10 | #include "irq_user.h" | 10 | #include "irq_user.h" |
11 | #include "longjmp.h" | 11 | #include "longjmp.h" |
12 | #include "mm_id.h" | 12 | #include "mm_id.h" |
13 | #include "sysdep/tls.h" | ||
14 | 13 | ||
15 | #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) | 14 | #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) |
16 | 15 | ||
@@ -212,10 +211,6 @@ extern int run_helper_thread(int (*proc)(void *), void *arg, | |||
212 | extern int helper_wait(int pid); | 211 | extern int helper_wait(int pid); |
213 | 212 | ||
214 | 213 | ||
215 | /* tls.c */ | ||
216 | extern int os_set_thread_area(user_desc_t *info, int pid); | ||
217 | extern int os_get_thread_area(user_desc_t *info, int pid); | ||
218 | |||
219 | /* umid.c */ | 214 | /* umid.c */ |
220 | extern int umid_file_name(char *name, char *buf, int len); | 215 | extern int umid_file_name(char *name, char *buf, int len); |
221 | extern int set_umid(char *name); | 216 | extern int set_umid(char *name); |