aboutsummaryrefslogtreecommitdiff
path: root/include/odp
diff options
context:
space:
mode:
authorOla Liljedahl <ola.liljedahl@linaro.org>2015-02-05 17:20:00 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-09 07:58:36 +0300
commit273daa37ec338016319c40edd2823cd3f0ad1de1 (patch)
treec727830f84a1eac51aa396db077753fa843402ee /include/odp
parentfe8ab2ca25514fd1d25e10d2c639a4e7f502799d (diff)
api: odp_schedule.h: use int to match return type
Use (signed) int for parameter that should match return type of function. Signed-off-by: Ola Liljedahl <ola.liljedahl@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp')
-rw-r--r--include/odp/api/schedule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/schedule.h b/include/odp/api/schedule.h
index 8abec2173..5c083572c 100644
--- a/include/odp/api/schedule.h
+++ b/include/odp/api/schedule.h
@@ -87,7 +87,7 @@ odp_event_t odp_schedule(odp_queue_t *from, uint64_t wait);
* @return Number of events outputed (0 ... num)
*/
int odp_schedule_multi(odp_queue_t *from, uint64_t wait, odp_event_t events[],
- unsigned int num);
+ int num);
/**
* Pause scheduling