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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user