Commit: 0c16d38d5f5405366355f1f4dbfa6ddca701fe09
Parent: 6bd69ca560d93555c4fd57b8ecdb6ba177283841
Author: Lukasz Rymanowski <lukasz.rymanowski@tieto.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-01-03 00:54:22
Tree: 367e4eaba5a0ca12eeb0835f42e4cf42da1b7b2e

shared: Fix build issue for Android target thumb C: bluetoothd-snoop <= external/bluetooth/bluez/android/../src/shared/btsnoop.c external/bluetooth/bluez/android/../src/shared/btsnoop.c: In function 'btsnoop_create': external/bluetooth/bluez/android/../src/shared/btsnoop.c:126:6: error: 'S_IRUSR' undeclared (first use in this function) external/bluetooth/bluez/android/../src/shared/btsnoop.c:126:6: note: each undeclared identifier is reported only once for each function it appears in external/bluetooth/bluez/android/../src/shared/btsnoop.c:126:16: error: 'S_IWUSR' undeclared (first use in this function) external/bluetooth/bluez/android/../src/shared/btsnoop.c:126:26: error: 'S_IRGRP' undeclared (first use in this function) external/bluetooth/bluez/android/../src/shared/btsnoop.c:126:36: error: 'S_IROTH' undeclared (first use in this function)

Diffstat

M src/shared/btsnoop.c | 1 +

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

View Full Diff | Patch