/[classpath]/classpath/java/io/FileDescriptor.java
ViewVC logotype

Diff of /classpath/java/io/FileDescriptor.java

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

revision 1.6 by rao, Thu Mar 16 19:21:08 2000 UTC revision 1.7 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 27  executable file might be covered by the Line 27  executable file might be covered by the
27    
28  package java.io;  package java.io;
29    
30    import gnu.classpath.Configuration;
31    
32  /**  /**
33    * This class represents an opaque file handle as a Java class.  It should    * This class represents an opaque file handle as a Java class.  It should
34    * be used only to pass to other methods that expect an object of this    * be used only to pass to other methods that expect an object of this
# Line 63  public static final FileDescriptor out = Line 65  public static final FileDescriptor out =
65    */    */
66  public static final FileDescriptor err = new FileDescriptor(2);  public static final FileDescriptor err = new FileDescriptor(2);
67    
68  static    static
69  {    {
70    System.loadLibrary("javaio");      if (Configuration.INIT_LOAD_LIBRARY)
71  }        {
72            System.loadLibrary ("javaio");
73          }
74      }
75    
76  /*************************************************************************/  /*************************************************************************/
77    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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