summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-24 13:25:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-24 13:25:50 +0000
commit7b4315141033dcf87b73c00a527159a43433debf (patch)
tree2d96a5d9f959908e5d758c38e804da7bb57cf585 /cpukit/libnetworking/ChangeLog
parent2002-07-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7b4315141033dcf87b73c00a527159a43433debf.tar.bz2
2002-07-24 Joel Sherrill <joel@OARcorp.com>
* sys/select.h: Add a prototype of select() to avoid warnings. In particular a C++ application using select() required a prototype.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index a9f12b4103..321c5ae55a 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,5 +1,10 @@
2002-07-24 Joel Sherrill <joel@OARcorp.com>
+ * sys/select.h: Add a prototype of select() to avoid warnings.
+ In particular a C++ application using select() required a prototype.
+
+2002-07-24 Joel Sherrill <joel@OARcorp.com>
+
* Makefile.am, libc/res_send.c: Do not install or use <poll.h>
since RTEMS does not support it.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>