Modify stdlib/tst-bsearch.c to use test-skeleton.c
commitfa13e15b9a5cc49c9c6dee33084c3ff54d48e50e
authorArjun Shankar <arjun.is@lostca.se>
Tue, 16 Dec 2014 09:49:51 +0000 (16 15:19 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 16 Dec 2014 11:25:23 +0000 (16 16:55 +0530)
tree2b267df3aa043b8190ec18c41952ab1eb0dc1b48
parent0e426475a70800b6a17daa7a8ebbafeabfcbc022
Modify stdlib/tst-bsearch.c to use test-skeleton.c

This test used to define a 'struct entry' that conflicts with the
definition in search.h included in test-skeleton. The struct is
now renamed 'item'.
ChangeLog
stdlib/tst-bsearch.c