summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-05-15 11:42:19 -0700
committerNick Pelly <npelly@google.com>2009-05-15 11:55:40 -0700
commit07e2e433c27fb8c0bebe2b6b2f0865f3314aaeca (patch)
treef1a1061860f8deef2455686930f4509c10c50e43 /tools
parentda6b47d85efb7780a50986672ea6255514af150a (diff)
downloadbluetooth-07e2e433c27fb8c0bebe2b6b2f0865f3314aaeca.tar.gz
Fix pipetest build.
Diffstat (limited to 'tools')
-rw-r--r--tools/pipetest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pipetest.c b/tools/pipetest.c
index c1bb8d7..4a85477 100644
--- a/tools/pipetest.c
+++ b/tools/pipetest.c
@@ -168,6 +168,7 @@ static int do_pollin_pollin_write() {
}
static int do_poll_poll_shutdown() {
+#if 0
pthread_t t1;
pthread_t t2;
int fd[2];
@@ -183,7 +184,9 @@ static int do_poll_poll_shutdown() {
pthread_join(t1, NULL);
pthread_join(t2, NULL);
+#endif
+ return -1;
}
static int THREADS = 100;