Most cosmetic but also includes a fix for a compile problem from Ken Pettit

This commit is contained in:
Gregory Nutt
2015-12-01 12:54:57 -06:00
parent 6af3ba78b9
commit c16648b3fd
6 changed files with 9 additions and 38 deletions
+3 -3
View File
@@ -76,7 +76,7 @@
*
********************************************************************************/
static struct posix_timer_s *timer_allocate(void)
static FAR struct posix_timer_s *timer_allocate(void)
{
FAR struct posix_timer_s *ret;
irqstate_t flags;
@@ -177,8 +177,8 @@ static struct posix_timer_s *timer_allocate(void)
int timer_create(clockid_t clockid, FAR struct sigevent *evp, FAR timer_t *timerid)
{
struct posix_timer_s *ret;
WDOG_ID wdog;
FAR struct posix_timer_s *ret;
WDOG_ID wdog;
/* Sanity checks. Also, we support only CLOCK_REALTIME */