Skip to content

Commit

Permalink
Fix decl of enqueue_marker
Browse files Browse the repository at this point in the history
Change-Id: Ic1f85c3a8c0f1d669aeb38a833b7174915d373f7
  • Loading branch information
yxsamliu committed Aug 20, 2019
1 parent e6a3c23 commit 661cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Headers/opencl-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -15752,7 +15752,7 @@ ndrange_t __ovld ndrange_3D(const size_t[3]);
ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3]);
ndrange_t __ovld ndrange_3D(const size_t[3], const size_t[3], const size_t[3]);

int __ovld enqueue_marker(queue_t, uint, const __private clk_event_t*, __private clk_event_t*);
int __ovld enqueue_marker(queue_t, uint, const clk_event_t*, clk_event_t*);

void __ovld retain_event(clk_event_t);

Expand Down

0 comments on commit 661cb83

Please sign in to comment.