summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 16:16:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 16:16:28 +0000
commit8165b48f5116a05084974c51ab7eb5f819acc5be (patch)
tree7ca599d944c8bc3df77941deaab1a6035b2bb4da /c
parentadded maximum keys (diff)
downloadrtems-8165b48f5116a05084974c51ab7eb5f819acc5be.tar.bz2
comment cleanup
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/posix/src/mutex.c3
-rw-r--r--c/src/exec/posix/src/pthread.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/c/src/exec/posix/src/mutex.c b/c/src/exec/posix/src/mutex.c
index 1cb3f480c8..bdf4065314 100644
--- a/c/src/exec/posix/src/mutex.c
+++ b/c/src/exec/posix/src/mutex.c
@@ -1,5 +1,4 @@
-/* mutex.c
- *
+/*
* $Id$
*/
diff --git a/c/src/exec/posix/src/pthread.c b/c/src/exec/posix/src/pthread.c
index 706b967309..0ed00ea568 100644
--- a/c/src/exec/posix/src/pthread.c
+++ b/c/src/exec/posix/src/pthread.c
@@ -1,5 +1,4 @@
-/* pthread.c
- *
+/*
* $Id$
*/