/[classpath]/classpath/native/target/generic/target_generic_file.h
ViewVC logotype

Diff of /classpath/native/target/generic/target_generic_file.h

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

revision 1.10 by mkoch, Tue Oct 21 14:49:41 2003 UTC revision 1.11 by mark, Sun Nov 2 15:51:19 2003 UTC
# Line 141  extern "C" { Line 141  extern "C" {
141                            flags, \                            flags, \
142                            permissions \                            permissions \
143                            ); \                            ); \
144        fcntl (filedescriptor,F_SETFD,FD_CLOEXEC); \        if (filedescriptor >= 0) \
145            fcntl (filedescriptor,F_SETFD,FD_CLOEXEC); \
146        result=(filedescriptor>=0)?TARGET_NATIVE_OK:TARGET_NATIVE_ERROR; \        result=(filedescriptor>=0)?TARGET_NATIVE_OK:TARGET_NATIVE_ERROR; \
147     } while (0)     } while (0)
148  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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