tests/refcount/signals: don't shadow rand()
commit11a6e19e07a86e8c0698c5109083a0c3505cb394
authorRoss Burton <ross.burton@intel.com>
Mon, 14 Nov 2016 16:56:40 +0000 (14 16:56 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 14 Nov 2016 18:33:32 +0000 (14 18:33 +0000)
tree6d866a4d3aaa61038ed7303e39d841e4a831a195
parent9f4d5e8b9176383f7063f235c23f9311cb412f07
tests/refcount/signals: don't shadow rand()

rand() is in the C library and some C libraries (uclibc, for example) end up
with rand() defined even if stdlib.h isn't included explicitly.

https://bugzilla.gnome.org/show_bug.cgi?id=774421
tests/refcount/signals.c