summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/intr.c
diff options
context:
space:
mode:
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>