Add sincos() and sincosf() implementation.

This is a GLibc-compatibility patch required to simplify our
upcoming toolchain work/porting.

Change-Id: I615a20a449763f86b6e2b0e4f5ab43fb029ceb6d
This commit is contained in:
David 'Digit' Turner
2010-05-19 11:39:16 -07:00
parent 204e82d0af
commit ddd235bd9c
4 changed files with 49 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ Differences between current and Android 2.2:
- <pthread.h>: Add reader/writer locks implementation.
- <math.h>: Added sincos() and sincosf() (GLibc compatibility).
-------------------------------------------------------------------------------
Differences between Android 2.2. and Android 2.1: