Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 20 years ago
parent
commit
6e66bad62e
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      misc/tools-source/fl_wrapper.c
  2. +0
    -1
      misc/tools-source/fl_wrapper.c.sh

+ 0
- 1
misc/tools-source/fl_wrapper.c

@ -819,7 +819,6 @@ static void * get_dl_symbol(char * symname)
fprintf(stderr, "fl_wrapper.so debug [%d]: Symbol '%s' in libc (%p) has been resolved to %p.\n",
getpid(), symname, libc_handle, rc);
# endif
dlclose(libc_handle);
#else
rc = dlsym(RTLD_NEXT, symname);
# if DEBUG == 1

+ 0
- 1
misc/tools-source/fl_wrapper.c.sh

@ -187,7 +187,6 @@ static void * get_dl_symbol(char * symname)
fprintf(stderr, "fl_wrapper.so debug [%d]: Symbol '%s' in libc (%p) has been resolved to %p.\n",
getpid(), symname, libc_handle, rc);
# endif
dlclose(libc_handle);
#else
rc = dlsym(RTLD_NEXT, symname);
# if DEBUG == 1

Loading…
Cancel
Save