Commit: 46f67847f7174caebdca3cc8dec093716fe4fe67
Parent: 51ec4fd847369bc77e72850fe93d727ae9c656b9
Author: Szymon Janc <szymon.janc@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-09-24 21:31:13
Tree: 994412a049af3ebebabc910ae0def732a24a119c

shared: Fix compilation errors with musl C src/shared/hci.o src/shared/hci.c: In function 'send_command': src/shared/hci.c:139:2: error: implicit declaration of function 'writev' [-Werror=implicit-function-declaration] if (writev(fd, iov, iovcnt) < 0) ^ cc1: all warnings being treated as errors Makefile:5422: recipe for target 'src/shared/hci.o' failed make[1]: *** [src/shared/hci.o] Error 1

Diffstat

M src/shared/hci.c | 1 +

1 files changed, 1 insertions(+), 0 deletions(-)

View Full Diff | Patch