summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/ptimer1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:46:28 +0000
commit32ba727717d227c8be72f757f6e481a3e0f9f764 (patch)
treeb92b2f207edcfb4a078042e43cbd056b182ebdf4 /c/src/exec/posix/src/ptimer1.c
parent2001-01-12 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-32ba727717d227c8be72f757f6e481a3e0f9f764.tar.bz2
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior happy.
Diffstat (limited to 'c/src/exec/posix/src/ptimer1.c')
-rw-r--r--c/src/exec/posix/src/ptimer1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/posix/src/ptimer1.c b/c/src/exec/posix/src/ptimer1.c
index d74865e960..eee24d966c 100644
--- a/c/src/exec/posix/src/ptimer1.c
+++ b/c/src/exec/posix/src/ptimer1.c
@@ -543,7 +543,7 @@ int timer_settime(
/* XXX error handling */
break;
- default:
+ default: break;
}
@@ -624,12 +624,12 @@ int timer_settime(
set_errno_and_return_minus_one( EINVAL );
break;
- default:
+ default: break;
}
break;
- default:
+ default: break;
/* It does nothing, although it will be probably necessary to
* return an error */