[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/30351] New: MSG_WAITALL not defined in SkyOS
From: |
peter dot speybrouck at gmail dot com |
Subject: |
[Bug classpath/30351] New: MSG_WAITALL not defined in SkyOS |
Date: |
2 Jan 2007 01:39:42 -0000 |
this may be a skyos problem but just pointing at the problem:
compilation failed:
/native/jni/java_nio/gnu_java_nio_VMChannel.c: 729:
error: 'MSG_WAITALL' undeclared
line 728: ret = cpnio_recvfrom (fd, &(buf.ptr[buf.position + buf.offset]),
buf.limit - buf.position, MSG_WAITALL,
sockaddr, &slen);
interesting IRC comment:
<caseym> I'm not sure if MSG_WAITALL is correct, even on systems that support
it
<caseym> the darwin man pages for recvfrom sounds like that flag causes that
call to block until the full request can be satisfied
--
Summary: MSG_WAITALL not defined in SkyOS
Product: classpath
Version: 0.93
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: peter dot speybrouck at gmail dot com
GCC build triplet: i586-pc-skyos
GCC host triplet: i586-pc-skyos
GCC target triplet: i586-pc-skyos
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30351
- [Bug classpath/30351] New: MSG_WAITALL not defined in SkyOS,
peter dot speybrouck at gmail dot com <=