diff options
Diffstat (limited to 'ghc/rts/Linker.c')
-rw-r--r-- | ghc/rts/Linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/Linker.c b/ghc/rts/Linker.c index 5693bd22fe..11c17836a4 100644 --- a/ghc/rts/Linker.c +++ b/ghc/rts/Linker.c @@ -756,7 +756,7 @@ initLinker( void ) # if defined(openbsd_HOST_OS) dl_libc_handle = dlopen("libc.so", RTLD_LAZY); # endif -# endif // RTLD_DEFAULT +# endif /* RTLD_DEFAULT */ # endif } |