Rewrite the POSIX timer functions.

This is a much simpler implementation that lets the kernel
do as much as possible.

Co-authored-by: Jörgen Strand <jorgen.strand@sonymobile.com>
Co-authored-by: Snild Dolkow <snild.dolkow@sonymobile.com>
Change-Id: Iad19f155de977667aea09410266d54e63e8a26bf
This commit is contained in:
Elliott Hughes
2014-03-04 15:58:02 -08:00
parent bef5016491
commit 4b558f50a4
10 changed files with 446 additions and 670 deletions

View File

@@ -69,7 +69,7 @@ typedef __ino_t ino_t;
typedef __uint32_t __nlink_t;
typedef __nlink_t nlink_t;
typedef int __timer_t;
typedef void* __timer_t;
typedef __timer_t timer_t;
typedef __int32_t __suseconds_t;