summaryrefslogtreecommitdiffstats
path: root/libc/include/unistd.h
Commit message (Collapse)AuthorAgeFilesLines
* libc: tag missing functions in system headers.David 'Digit' Turner2010-10-091-9/+12
| | | | | | | | | This matches recent changes in the NDK header. We enclose missing functions in #if 0 .. #endif blocks with a clear "MISSING" in comments in order to locate them later. Change-Id: I87b3a62e777897e75c9243360fb0a82bcc53d9fb
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+3
| | | | Change-Id: Iacb914bd6ac5adc60c5671e6fef680ede21f9b0c
* libc: add missing truncate() declarationDavid 'Digit' Turner2010-06-111-0/+1
| | | | Change-Id: Icb3601bbc9365b75b05ff443a39192f9cd3cbfb7
* Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershellColin Cross2010-01-151-0/+6
| | | | Change-Id: I5fe7e8b6ee5edbb49e707c3b6737a58563781fa3
* Fix usleep(3) return type to be POSIX-compliant.Elliott Hughes2009-12-141-1/+1
| | | | | | | | POSIX usleep(3) returns 0 on successful completion, -1 otherwise: http://www.opengroup.org/onlinepubs/007908799/xsh/usleep.html This was found by an external user porting native code: http://groups.google.com/group/android-porting/browse_thread/thread/674848f001db0292
* Add a GNU-compatible TEMP_FAILURE_RETRY.Elliott Hughes2009-10-051-0/+8
| | | | | | I wondered about #ifndef, but the other macros in here don't use it. I also wondered about __GNUC__, since this macro uses two GCC extensions.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+190
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-190/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+2
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+190