summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include
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 /c/src/exec/posix/include
parentSPARC merged and successfully tested w/o interrupt support (diff)
downloadrtems-eb5a7e07df06b2503fce59a30369b5598cc26d55.tar.bz2
fixed missing CVS IDs
Diffstat (limited to 'c/src/exec/posix/include')
-rw-r--r--c/src/exec/posix/include/aio.h1
-rw-r--r--c/src/exec/posix/include/devctl.h1
-rw-r--r--c/src/exec/posix/include/intr.h2
-rw-r--r--c/src/exec/posix/include/limits.h2
-rw-r--r--c/src/exec/posix/include/mqueue.h1
-rw-r--r--c/src/exec/posix/include/pthread.h1
-rw-r--r--c/src/exec/posix/include/rtems/posix/cancel.h1
-rw-r--r--c/src/exec/posix/include/rtems/posix/threadsup.h1
-rw-r--r--c/src/exec/posix/include/sched.h1
-rw-r--r--c/src/exec/posix/include/semaphore.h1
-rw-r--r--c/src/exec/posix/include/sys/utsname.h1
-rw-r--r--c/src/exec/posix/include/unistd.h1
12 files changed, 14 insertions, 0 deletions
diff --git a/c/src/exec/posix/include/aio.h b/c/src/exec/posix/include/aio.h
index 2fbb8ad925..504559c857 100644
--- a/c/src/exec/posix/include/aio.h
+++ b/c/src/exec/posix/include/aio.h
@@ -1,5 +1,6 @@
/* aio.h
*
+ * $Id$
*/
#ifndef __POSIX_ASYNCHRONOUS_IO_h
diff --git a/c/src/exec/posix/include/devctl.h b/c/src/exec/posix/include/devctl.h
index e3fd39128f..5073b475ee 100644
--- a/c/src/exec/posix/include/devctl.h
+++ b/c/src/exec/posix/include/devctl.h
@@ -1,5 +1,6 @@
/* devctl.h
*
+ * $Id$
*/
#ifndef __POSIX_DEVICE_CONTROL_h
diff --git a/c/src/exec/posix/include/intr.h b/c/src/exec/posix/include/intr.h
index 9394ab22a3..f07d1f9552 100644
--- a/c/src/exec/posix/include/intr.h
+++ b/c/src/exec/posix/include/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/include/limits.h b/c/src/exec/posix/include/limits.h
index 363b955d45..d46500bc36 100644
--- a/c/src/exec/posix/include/limits.h
+++ b/c/src/exec/posix/include/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/include/mqueue.h b/c/src/exec/posix/include/mqueue.h
index f40381c5f5..f1b2250e5c 100644
--- a/c/src/exec/posix/include/mqueue.h
+++ b/c/src/exec/posix/include/mqueue.h
@@ -1,5 +1,6 @@
/* mqueue.h
*
+ * $Id$
*/
#ifndef __POSIX_MESSAGE_QUEUE_h
diff --git a/c/src/exec/posix/include/pthread.h b/c/src/exec/posix/include/pthread.h
index 16e42e73ca..ea9680f3c4 100644
--- a/c/src/exec/posix/include/pthread.h
+++ b/c/src/exec/posix/include/pthread.h
@@ -1,5 +1,6 @@
/* pthread.h
*
+ * $Id$
*/
#ifndef __PTHREAD_h
diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h
index de059d317d..e6d80275f4 100644
--- a/c/src/exec/posix/include/rtems/posix/cancel.h
+++ b/c/src/exec/posix/include/rtems/posix/cancel.h
@@ -1,5 +1,6 @@
/* rtems/posix/cancel.h
*
+ * $Id$
*/
#ifndef __RTEMS_POSIX_CANCEL_h
diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h
index 39a3c9d51a..26643445b4 100644
--- a/c/src/exec/posix/include/rtems/posix/threadsup.h
+++ b/c/src/exec/posix/include/rtems/posix/threadsup.h
@@ -1,5 +1,6 @@
/* threadsup.h
*
+ * $Id$
*/
#ifndef __RTEMS_POSIX_THREAD_SUPPORT_h
diff --git a/c/src/exec/posix/include/sched.h b/c/src/exec/posix/include/sched.h
index 415663db6c..1ea27a1634 100644
--- a/c/src/exec/posix/include/sched.h
+++ b/c/src/exec/posix/include/sched.h
@@ -1,5 +1,6 @@
/* sched.h
*
+ * $Id$
*/
diff --git a/c/src/exec/posix/include/semaphore.h b/c/src/exec/posix/include/semaphore.h
index fed03f7da3..0388f91ad9 100644
--- a/c/src/exec/posix/include/semaphore.h
+++ b/c/src/exec/posix/include/semaphore.h
@@ -1,5 +1,6 @@
/* semaphore.h
*
+ * $Id$
*/
#ifndef __POSIX_SEMAPHORE_h
diff --git a/c/src/exec/posix/include/sys/utsname.h b/c/src/exec/posix/include/sys/utsname.h
index 894fe828b4..ca15230d40 100644
--- a/c/src/exec/posix/include/sys/utsname.h
+++ b/c/src/exec/posix/include/sys/utsname.h
@@ -1,5 +1,6 @@
/* sys/utsname.h
*
+ * $Id$
*/
#ifndef __POSIX_SYS_UTSNAME_h
diff --git a/c/src/exec/posix/include/unistd.h b/c/src/exec/posix/include/unistd.h
index b81a8061fa..147e80c11d 100644
--- a/c/src/exec/posix/include/unistd.h
+++ b/c/src/exec/posix/include/unistd.h
@@ -1,5 +1,6 @@
/* unistd.h
*
+ * $Id$
*/
#ifndef __POSIX_UNISTD_h