summaryrefslogtreecommitdiffstats
path: root/libc/include
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add qsort_r() implementation to the C library."android-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2android-2.1_r1Mathias Agopian2009-12-031-1/+0
| | | | | | | This reverts commit 754c178ae551aedcbbfd3bfd1c1c3b710d9ad989. Turns out we don't need it afterall (needed a stable sort anyways). So, we'll make that change in the dev branch instead.
* Add qsort_r() implementation to the C library.David 'Digit' Turner2009-12-031-0/+1
| | | | | | NOTE: This replaces qsort.c with the FreeBSD version. While the patch changes the source, it should not alter the implementation that should use the exact same algorithm.
* Add pthread_mutex_lock_timeout_npDavid 'Digit' Turner2009-09-221-0/+7
| | | | | | | | This is used to perform a mutex lock for a given amount of milliseconds before giving up. Using the _np prefix since this is absolutely not portable. Also remove a compiler warning in pthread_attr_getstackaddr
* libc: add void to clock() function prototypeErik Gilling2009-09-091-1/+1
| | | | Signed-off-by: Erik Gilling <konkers@android.com>
* added pthread_cond_timedwait_relative_np()Mathias Agopian2009-07-131-0/+20
|
* am 09baf4e8: Add Glibc-compatible macro aliases for the nanosecond time ↵David 'Digit' Turner2009-06-221-0/+7
|\ | | | | | | | | | | | | | | | | accessors in stat structure Merge commit '09baf4e881c78e67c7849aa81432ceb34e72e913' * commit '09baf4e881c78e67c7849aa81432ceb34e72e913': Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure
| * Add Glibc-compatible macro aliases for the nanosecond time accessors in stat ↵David 'Digit' Turner2009-06-221-0/+7
| | | | | | | | structure
* | Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti2009-06-163-1/+12
| | | | | | | | | | - Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
* | Add standalone_months field to libc strftime().Eric Fischer2009-05-151-0/+1
| | | | | | | | | | Replicate my change 722a5c0462f38827f4097065bfc3826b9e0e9fb4 into bionic in an attempt to fix the build.
* | auto import //branches/master/...@140412The Android Open Source Project2009-03-181-0/+19
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03128-0/+11682
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03128-11682/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-194-108/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-107-7/+69
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-0/+3
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-157-101/+27
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0913-747/+39
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1723-166/+198
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21138-0/+12475