summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/intr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:48:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-10-06 20:48:38 +0000
commiteb5a7e07df06b2503fce59a30369b5598cc26d55 (patch)
treec898257603d2ca0284f5cab8344f2b24c8dfe675 /cpukit/posix/src/intr.c
parentSPARC merged and successfully tested w/o interrupt support (diff)
downloadrtems-eb5a7e07df06b2503fce59a30369b5598cc26d55.tar.bz2
fixed missing CVS IDs
Diffstat (limited to 'cpukit/posix/src/intr.c')
-rw-r--r--cpukit/posix/src/intr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/posix/src/intr.c b/cpukit/posix/src/intr.c
index 4011cf9a91..11fbe6969a 100644
--- a/cpukit/posix/src/intr.c
+++ b/cpukit/posix/src/intr.c
@@ -3,6 +3,8 @@
* NOTE: Each task has an interrupt semaphore associated with it.
* No matter which interrupt occurs that it has registered,
* the same semaphore is used.
+ *
+ * $Id$
*/
#include <errno.h>