Fix compilation of arm-linux-gnueabi-gcc-
authorJaroslaw Pelczar <j.pelczar@samsung.com>
Tue, 29 Aug 2017 08:26:18 +0000 (10:26 +0200)
committerPiotr Marcinkiewicz <p.marcinkiew@samsung.com>
Tue, 29 Aug 2017 09:09:56 +0000 (11:09 +0200)
commitae6673c30ee90ba8925de5a41172914e302f17e8
tree01dd6471bffce2299d66d22f6d29e83318d4fd5c
parent7e1799adaf638f35ec85157b5cd6b2b96317c0ec
Fix compilation of arm-linux-gnueabi-gcc-

When compiling with Linux toolchain, there are build errors like:

math/lib_j1.c: In function ‘pone’:
math/lib_j1.c:363:2: error: unknown type name ‘double_t’; did you mean
‘double’?
  double_t z;
  ^~~~~~~~

This patch solves compilation using modern v7.2.0 toolchain.

Signed-off-by: Jaroslaw Pelczar <j.pelczar@samsung.com>
lib/libc/math/lib_j0.c
lib/libc/math/lib_j1.c