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

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

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

revision 1.2 by mark, Tue Jan 22 22:27:02 2002 UTC revision 1.3 by mark, Tue Aug 13 21:15:03 2002 UTC
# Line 51  exception statement from your version. * Line 51  exception statement from your version. *
51  /*************************************************************************/  /*************************************************************************/
52    
53  /*  /*
54   * Method to force all data for this descriptor to be flushed to disk   * Method to force all data for this descriptor to be flushed to disk.
55     *
56     * Class:     java_io_FileDescriptor
57     * Method:    syncInternal
58     * Signature: (I)V
59   */   */
60    
61  JNIEXPORT void JNICALL  JNIEXPORT void JNICALL
# Line 68  Java_java_io_FileDescriptor_syncInternal Line 72  Java_java_io_FileDescriptor_syncInternal
72    
73  /*  /*
74   * Method to check if a given descriptor is valid.   * Method to check if a given descriptor is valid.
75     *
76     * Class:     java_io_FileDescriptor
77     * Method:    validInternal
78     * Signature: (I)Z
79   */   */
80    
81  JNIEXPORT jboolean JNICALL  JNIEXPORT jboolean JNICALL

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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