/[classpath]/classpath/native/jni/java-io/javaio.c
ViewVC logotype

Diff of /classpath/native/jni/java-io/javaio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by mark, Fri Apr 9 14:04:50 2004 UTC revision 1.13 by mark, Tue Oct 26 20:26:03 2004 UTC
# Line 214  _javaio_get_file_length(JNIEnv *env, jin Line 214  _javaio_get_file_length(JNIEnv *env, jin
214   */   */
215    
216  jint  jint
217  _javaio_read(JNIEnv *env, jobject obj, jint fd, jarray buf, jint offset,  _javaio_read(JNIEnv *env, jint fd, jarray buf, jint offset, jint len)
              jint len)  
218  {  {
219  #ifndef WITHOUT_FILESYSTEM  #ifndef WITHOUT_FILESYSTEM
220    jbyte *bufptr;    jbyte *bufptr;
# Line 291  _javaio_read(JNIEnv *env, jobject obj, j Line 290  _javaio_read(JNIEnv *env, jobject obj, j
290   */   */
291    
292  jint  jint
293  _javaio_write(JNIEnv *env, jobject obj, jint fd, jarray buf, jint offset,  _javaio_write(JNIEnv *env, jint fd, jarray buf, jint offset, jint len)
               jint len)  
294  {  {
295  #ifndef WITHOUT_FILESYSTEM  #ifndef WITHOUT_FILESYSTEM
296    jbyte *bufptr;    jbyte *bufptr;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26