/[hydra]/hydra/src/hic_modules.c
ViewVC logotype

Diff of /hydra/src/hic_modules.c

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

revision 1.9 by andreou, Fri Feb 14 08:58:11 2003 UTC revision 1.10 by nmav, Tue Feb 18 18:35:27 2003 UTC
# Line 107  hic_module_st* old, *start; Line 107  hic_module_st* old, *start;
107  /* Handle OSs that only implement RTLD_LAZY. */  /* Handle OSs that only implement RTLD_LAZY. */
108  #ifndef RTLD_NOW  #ifndef RTLD_NOW
109  #ifdef __GNUC__  #ifdef __GNUC__
110  #warning OS does not implement RTLD_NOW, using RTLD_LAZY; it's probably safe.  #warning "OS does not implement RTLD_NOW, using RTLD_LAZY; it's probably safe."
111  #endif /* __GNUC__ */  #endif /* __GNUC__ */
112  #define RTLD_NOW RTLD_LAZY  #define RTLD_NOW RTLD_LAZY
113  #endif /* not RTLD_NOW */  #endif /* not RTLD_NOW */

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26