summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-23 22:42:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-23 22:42:58 +0000
commitb978374039e47d599b02b44a19bca1b6e2bbd61e (patch)
tree5581aa21f8c9add45ec1ef13a1e71a4f77f34351 /c/src/exec/posix
parent2001-01-12 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-b978374039e47d599b02b44a19bca1b6e2bbd61e.tar.bz2
2001-01-23 Joel Sherrill <joel@OARcorp.com>
* src/alarm.c: Eliminated use of C++ style comments.
Diffstat (limited to 'c/src/exec/posix')
-rw-r--r--c/src/exec/posix/ChangeLog4
-rw-r--r--c/src/exec/posix/src/alarm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 108cff09e2..cb4d0c33fc 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-23 Joel Sherrill <joel@OARcorp.com>
+
+ * src/alarm.c: Eliminated use of C++ style comments.
+
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* src/clockgetres.c: Fixed match problem. We are not converting
diff --git a/c/src/exec/posix/src/alarm.c b/c/src/exec/posix/src/alarm.c
index b2258d7e56..4be32f3dbf 100644
--- a/c/src/exec/posix/src/alarm.c
+++ b/c/src/exec/posix/src/alarm.c
@@ -13,7 +13,7 @@
#include <pthread.h>
-//#include <errno.h>
+/* #include <errno.h> */
#include <rtems/system.h>
#include <rtems/posix/pthread.h>