summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/wait.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for building gdbserver (and gdb) out of the box.Elliott Hughes2015-06-161-0/+3
| | | | | | Bug: http://b/21695943 Change-Id: Iadb600b2ae619515d7038a4db9bf464ba31adb36 (cherry picked from commit 895241efbba344c1590b76fcada89c48f4743cf2)
* Removes wait3(2) from LP64.Dan Albert2014-06-131-1/+0
| | | | | | | | wait3(2) was removed from POSIX 2004. Keep the symbol around in LP32 for binary compatibility, but remove the declaration in sys/wait.h. Bug: 13935372 Change-Id: Ic715fce6781aae43b4ac6d745dc6d1e6b9914e71
* libc: fix typo in waitid() declaration.David 'Digit' Turner2010-10-131-1/+1
| | | | | | The implementation file uses the correct spelling. Change-Id: I572e336f8695a9754267c8d2e0a67b1b69bacb06
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-0/+9
| | | | Change-Id: I312ee608dbf9249e4886a10d45d13e3cda8a9042
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+54
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-54/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+54