/[mldonkey]/mldonkey/src/config/unix/os_stubs_c.c
ViewVC logotype

Diff of /mldonkey/src/config/unix/os_stubs_c.c

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

revision 1.6 by spiralvoice, Tue Jul 26 21:35:11 2005 UTC revision 1.7 by spiralvoice, Mon Aug 1 20:09:13 2005 UTC
# Line 218  statfs_fstatfs (value fdv) Line 218  statfs_fstatfs (value fdv)
218    raise_constant(*(value *)caml_named_value("not supported"));    raise_constant(*(value *)caml_named_value("not supported"));
219  #endif  #endif
220  }  }
221    
222    int glibc_version(void)
223    {
224      CAMLparam0 ();
225      CAMLlocal1 (v);
226    #ifdef HAVE_GNU_LIBC_VERSION_H
227    #  include <gnu/libc-version.h>
228      v = copy_string (gnu_get_libc_version());
229      CAMLreturn (v);
230    #else
231      raise_constant(*(value *)caml_named_value("not supported"));
232    #endif
233    }

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