]> git.neil.brown.name Git - history.git/commit
[PATCH] UML: Don't use __NR_waitpid on arches which don't have it
authorBodo Stroesser <bstroesser@fujitsu-siemens.com>
Tue, 11 Jan 2005 11:14:22 +0000 (03:14 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 11:14:22 +0000 (03:14 -0800)
commiteac56c48447816d89c81d042a35427c4c7d51dd7
treeb48beb61b91d3a84b5eb9c9a7ed2eb5ba5a11db4
parentcc5f6a674e75fb6b4608c08203d7b00125758f72
[PATCH] UML: Don't use __NR_waitpid on arches which don't have it

Some architectures (e.g. s390) don't have __NR_waitpid.
Thus, it must not be used in arch/um/kernel/tt/ptproxy/proxy.c

Signed-off-by: Bodo Stroesser <bstroesser@fujitsu-siemens.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/tt/ptproxy/proxy.c