Commit graph

7 commits

Author SHA1 Message Date
Mandl
eba08f0218 bionic: fix gcc build
The memset() prototype from glibc includes __THROW and __nonnull as
decorators, which are nonstandard.  Remove these for additional
compatibility with gcc.

Additionally, remove linux/types.h and linux/string.h, and replace them
with sys/types.h and sys/string.h.
2015-01-14 12:16:46 +08:00
Sean Cross
57ee15485b bionic: Fix build with gcc
Signed-off-by: Sean Cross <xobs@kosagi.com>
2014-12-30 12:31:13 +08:00
Sean Cross
698b123bd0 bionic: Remove strtoul
We now use the one exposed in vsprintf.  This removes code duplication.

Signed-off-by: Sean Cross <xobs@kosagi.com>
2014-11-28 13:12:07 +08:00
Sean Cross
b5829b9694 bionic: Add _msleep and _usleep commands
Signed-off-by: Sean Cross <xobs@kosagi.com>
2014-11-25 17:08:48 +08:00
Sean Cross
f82c53bfdc bionic: Fix strnlen to work with length of -1
This is used to mean INT_MAX.
2014-09-09 13:59:18 +08:00
Sean Cross
7cb334571e fernly: wip 2014-07-04 17:31:32 +08:00
Sean Cross
9470228966 fernly: More blocks discovered 2014-06-13 17:00:11 +08:00