diff options
Diffstat (limited to 'load.c')
-rw-r--r-- | load.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ #include <dlfcn.h> #include <errno.h> -#define SYMBOL_EXTENSION "_gmake_setup" +#define SYMBOL_EXTENSION "_gmk_setup" static void *global_dl = NULL; |