9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 35fadba85fff514859f57d63b2879fb04d68227f
parent 1addaef8971ef317f9ed6a76c9140befe5dafd9f
Author: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Date:   Wed, 21 Nov 2018 16:50:17 +0000

[libc] Introduce empty float.h

Change-Id: I6afac485b2d8a82bb91ef13cd3942df537370fdb

Diffstat:
Ainclude/float.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/float.h b/include/float.h @@ -0,0 +1 @@ +/* TODO: Placeholder for compatibility with libraries that need to include it */