summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/base
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/base')
-rw-r--r--c/src/exec/posix/base/aio.h1
-rw-r--r--c/src/exec/posix/base/devctl.h1
-rw-r--r--c/src/exec/posix/base/intr.h2
-rw-r--r--c/src/exec/posix/base/limits.h2
-rw-r--r--c/src/exec/posix/base/mqueue.h1
-rw-r--r--c/src/exec/posix/base/pthread.h1
-rw-r--r--c/src/exec/posix/base/sched.h1
-rw-r--r--c/src/exec/posix/base/semaphore.h1
-rw-r--r--c/src/exec/posix/base/unistd.h1
9 files changed, 11 insertions, 0 deletions
diff --git a/c/src/exec/posix/base/aio.h b/c/src/exec/posix/base/aio.h
index 2fbb8ad925..504559c857 100644
--- a/c/src/exec/posix/base/aio.h
+++ b/c/src/exec/posix/base/aio.h
@@ -1,5 +1,6 @@
/* aio.h
*
+ * $Id$
*/
#ifndef __POSIX_ASYNCHRONOUS_IO_h
diff --git a/c/src/exec/posix/base/devctl.h b/c/src/exec/posix/base/devctl.h
index e3fd39128f..5073b475ee 100644
--- a/c/src/exec/posix/base/devctl.h
+++ b/c/src/exec/posix/base/devctl.h
@@ -1,5 +1,6 @@
/* devctl.h
*
+ * $Id$
*/
#ifndef __POSIX_DEVICE_CONTROL_h
diff --git a/c/src/exec/posix/base/intr.h b/c/src/exec/posix/base/intr.h
index 9394ab22a3..f07d1f9552 100644
--- a/c/src/exec/posix/base/intr.h
+++ b/c/src/exec/posix/base/intr.h
@@ -2,6 +2,8 @@
*
* XXX: It is unclear if the type "intr_t" should be defined when
* _POSIX_INTERRUPT_CONTROL is not.
+ *
+ * $Id$
*/
#ifndef __POSIX_INTERRUPTS_h
diff --git a/c/src/exec/posix/base/limits.h b/c/src/exec/posix/base/limits.h
index 363b955d45..d46500bc36 100644
--- a/c/src/exec/posix/base/limits.h
+++ b/c/src/exec/posix/base/limits.h
@@ -7,6 +7,8 @@
* to segregrate the variables below based on their "class" according
* to our implementation. We also need to set the Run-Time Invariant
* and other related values.
+ *
+ * $Id$
*/
#ifndef __POSIX_LIMITS_h
diff --git a/c/src/exec/posix/base/mqueue.h b/c/src/exec/posix/base/mqueue.h
index f40381c5f5..f1b2250e5c 100644
--- a/c/src/exec/posix/base/mqueue.h
+++ b/c/src/exec/posix/base/mqueue.h
@@ -1,5 +1,6 @@
/* mqueue.h
*
+ * $Id$
*/
#ifndef __POSIX_MESSAGE_QUEUE_h
diff --git a/c/src/exec/posix/base/pthread.h b/c/src/exec/posix/base/pthread.h
index 16e42e73ca..ea9680f3c4 100644
--- a/c/src/exec/posix/base/pthread.h
+++ b/c/src/exec/posix/base/pthread.h
@@ -1,5 +1,6 @@
/* pthread.h
*
+ * $Id$
*/
#ifndef __PTHREAD_h
diff --git a/c/src/exec/posix/base/sched.h b/c/src/exec/posix/base/sched.h
index 415663db6c..1ea27a1634 100644
--- a/c/src/exec/posix/base/sched.h
+++ b/c/src/exec/posix/base/sched.h
@@ -1,5 +1,6 @@
/* sched.h
*
+ * $Id$
*/
diff --git a/c/src/exec/posix/base/semaphore.h b/c/src/exec/posix/base/semaphore.h
index fed03f7da3..0388f91ad9 100644
--- a/c/src/exec/posix/base/semaphore.h
+++ b/c/src/exec/posix/base/semaphore.h
@@ -1,5 +1,6 @@
/* semaphore.h
*
+ * $Id$
*/
#ifndef __POSIX_SEMAPHORE_h
diff --git a/c/src/exec/posix/base/unistd.h b/c/src/exec/posix/base/unistd.h
index b81a8061fa..147e80c11d 100644
--- a/c/src/exec/posix/base/unistd.h
+++ b/c/src/exec/posix/base/unistd.h
@@ -1,5 +1,6 @@
/* unistd.h
*
+ * $Id$
*/
#ifndef __POSIX_UNISTD_h