task: use bionic/libc friendly arguments to prctl
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Mar 2010 16:07:59 +0000 (17:07 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 15 Mar 2010 16:07:59 +0000 (17:07 +0100)
commitc78c637a771fef7236bd559a42d18d8b5fc370da
tree9b84bbe8cc2749b871b80f09f268990e1219b674
parentfb9243178a88eef1b29bb7ba105ad4a80cd47790
task: use bionic/libc friendly arguments to prctl

prctl is supposed to take 5 arguments. It used to work with 2 arguments on some
versions of libc because it is defined as a varags function there.

See #611911
configure.ac
gst/gsttask.c