OSDN Git Service

Resolved conflict fpr merge of 7d8574ce to master
authorDavid 'Digit' Turner <digit@google.com>
Wed, 9 Jun 2010 00:40:11 +0000 (17:40 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 9 Jun 2010 00:41:10 +0000 (17:41 -0700)
Conflicts:
libc/docs/CHANGES.TXT

Change-Id: I3816ac8346be399b31167b0374a0f018451bb92d

1  2 
libc/docs/CHANGES.TXT

@@@ -5,11 -5,9 +5,14 @@@ Differences between current and Androi
  
  - <pthread.h>: Add reader/writer locks implementation.
  
 +- <math.h>: Added sincos(), sincosf() and sincosl() (GLibc compatibility).
 +
 +- <sys/sysinfo.h>: Added missing sysinfo() system call implementation
 +  (the function was already declared in the header though).
 +
+ - <semaphore.h>: Use private futexes for semaphore implementation,
+   unless your set 'pshared' to non-0 when calling sem_init().
  -------------------------------------------------------------------------------
  Differences between Android 2.2. and Android 2.1: