summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-01 22:05:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-01 22:05:32 +0000
commiteb33fa54957ae4b4ef688e2e2aaeb8b1cb72a06e (patch)
tree477e57ae71bf5a4756cafe2cbfa89d5e507ce867 /cpukit/posix/ChangeLog
parentchanged version to ss-20001201 (diff)
downloadrtems-eb33fa54957ae4b4ef688e2e2aaeb8b1cb72a06e.tar.bz2
2000-12-01 Joel Sherrill <joel@OARcorp.com>
* include/rtems/posix/cond.h: #if 0'ed out prototype of _POSIX_Condition_variables_Get to avoid conflict with macro implementation.
Diffstat (limited to 'cpukit/posix/ChangeLog')
-rw-r--r--cpukit/posix/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index e2a0c47f3c..a423e5fee9 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,5 +1,11 @@
2000-12-01 Joel Sherrill <joel@OARcorp.com>
+ * include/rtems/posix/cond.h: #if 0'ed out prototype of
+ _POSIX_Condition_variables_Get to avoid conflict with macro
+ implementation.
+
+2000-12-01 Joel Sherrill <joel@OARcorp.com>
+
* Added macro support to POSIX API. This is known to compile.
* macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,