summaryrefslogtreecommitdiffstats
path: root/libc/include/sys/param.h
Commit message (Collapse)AuthorAgeFilesLines
* Define MAXHOSTNAMELEN explicitly in source files.Yabin Cui2015-02-091-1/+1
| | | | | | Bug: 19093777 Bug: 19092844 Change-Id: I0778507ca2d5c008abb9a6d6315d0909263a8817
* Stop including <linux/param.h> in <sys/param.h>.Yabin Cui2015-02-041-1/+1
| | | | | Bug: 19092844 Change-Id: I1a4a0c84a196a187ea32e58491de744cf3c0f404
* Remove ALIGNBYTES and ALIGN from <sys/param.h>Calin Juravle2014-03-211-10/+0
| | | | | | | | | | There are only three users of bionic definition of ALIGN and keeping it in sys/param.h polutes the namespace. I inline the definition in the the three places that's used. Bug: 13400663 Change-Id: I565008e8426c38ffb07422f42cd8e547d53044e9
* Make <sys/param.h> more glibc-like.Elliott Hughes2013-12-121-2/+13
| | | | | | | In particular, add MAX and MIN, needed by elfutils. Bug: 11864683 Change-Id: I1b876732cdf68cdf5b930319e5ef5b5647586718
* Fix the ALIGN and ALIGNBYTES macros for LP64.Elliott Hughes2013-10-081-2/+7
| | | | Change-Id: I3a361255afce375ab1cefa449721f0aea4d47919
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-271-0/+2
| | | | | | | | | | | | | | Some userspace programs (e.g. perf) need getline. Changes: () add getdelim.c, getline.c from NetBSD (http://netbsd.org/) under the NetBSD Foundation's (TNF) license ("2 clause" Berkeley-style license). () add stub for reentrant.h header that is needed by getdelim.c () add tests for getdelim(3) and getline(3). () update NOTICE file. Change-Id: I22ed82dd5904b9d7a3695535c04f502be3c27c5d Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+40
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-40/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+40