diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-03-23 03:28:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-23 03:28:19 -0400 |
commit | 1f9ca184049724209cddbddac593d13eb87e48c0 (patch) | |
tree | a96bfd7bad95b717d2cabfd1e00e8803e998c23d /arch/um/include | |
parent | b23adb7d3f7d1d7cce03db9704de67a99ceeda38 (diff) | |
parent | d582799fe5de1c1ca127d7f364db12a660cf46d4 (diff) |
Merge branch 'x86/process' into x86/mm, to create new base for further patches
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/shared/os.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/include/shared/os.h b/arch/um/include/shared/os.h index de5d572225f3..cd1fa97776c3 100644 --- a/arch/um/include/shared/os.h +++ b/arch/um/include/shared/os.h | |||
@@ -302,8 +302,8 @@ extern int ignore_sigio_fd(int fd); | |||
302 | extern void maybe_sigio_broken(int fd, int read); | 302 | extern void maybe_sigio_broken(int fd, int read); |
303 | extern void sigio_broken(int fd, int read); | 303 | extern void sigio_broken(int fd, int read); |
304 | 304 | ||
305 | /* sys-x86_64/prctl.c */ | 305 | /* prctl.c */ |
306 | extern int os_arch_prctl(int pid, int code, unsigned long *addr); | 306 | extern int os_arch_prctl(int pid, int option, unsigned long *arg2); |
307 | 307 | ||
308 | /* tty.c */ | 308 | /* tty.c */ |
309 | extern int get_pty(void); | 309 | extern int get_pty(void); |