Commit 650dc9b3 by Mohan Embar Committed by Mohan Embar

* gnu/java/nio/natSelectorImplPosix.cc

	(helper_put_filedescriptors): Change to static linkage.
	(helper_get_filedescriptors): Likewise.

From-SVN: r73545
parent d76bc29c
2003-11-13 Mohan Embar <gnustuff@thisiscool.com>
* gnu/java/nio/natSelectorImplPosix.cc
(helper_put_filedescriptors): Change to static linkage.
(helper_get_filedescriptors): Likewise.
2003-11-12 Tom Fitzsimmons <fitzsim@redhat.com>
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (prepareImage): Remove
......
......@@ -17,7 +17,7 @@ details. */
#include <gnu/java/nio/SelectorImpl.h>
#include <java/io/IOException.h>
void
static void
helper_put_filedescriptors (jintArray fdArray, fd_set& fds, int& max_fd)
{
jint* tmpFDArray = elements (fdArray);
......@@ -31,7 +31,7 @@ helper_put_filedescriptors (jintArray fdArray, fd_set& fds, int& max_fd)
}
}
void
static void
helper_get_filedescriptors (jintArray& fdArray, fd_set fds)
{
jint* tmpFDArray = elements (fdArray);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment