platform_bionic/libc/upstream-freebsd
Elliott Hughes ab61eb366a Switch to upstream sleep(3) and usleep(3).
Also fix the signature of usleep, and the definition of useconds_t which
should be unsigned, as the 'u' in its name implies.

This patch also cleans up the existing FreeBSD hacks by moving the libm
stuff from <sys/cdefs.h> to a libm-private header, and adding comments
about the hacks we use to build FreeBSD source.

Change-Id: Ibe5067a380502df94a0a3a7901969b35411085b6
2013-11-20 16:24:16 -08:00
..
lib/libc Switch to upstream sleep(3) and usleep(3). 2013-11-20 16:24:16 -08:00
freebsd-compat.h Switch to upstream sleep(3) and usleep(3). 2013-11-20 16:24:16 -08:00
libc_private.h Start moving to current FreeBSD stdio. 2013-04-11 13:55:01 -07:00
namespace.h Upgrade mktemp.c to the current upstream version. 2013-07-19 15:20:31 -07:00
README.txt Regenerate NOTICE files. 2013-03-07 11:51:10 -08:00
spinlock.h Start moving to current FreeBSD stdio. 2013-04-11 13:55:01 -07:00
un-namespace.h Move realpath.c to upstream-freebsd. 2013-03-01 17:11:39 -08:00

This directory contains upstream FreeBSD source. You should not edit these
files directly. Make fixes upstream and then pull down the new version of
the file.

TODO: write a script to make this process automated.