Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix dln_find
  • Loading branch information
funny-falcon committed Jan 6, 2012
commit 22b380e850a1dff29e958651129893051774531c
8 changes: 0 additions & 8 deletions dln_find.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ char *dln_argv0;
# include <strings.h>
#endif

#ifndef xmalloc
void *xmalloc();
void *xcalloc();
void *xrealloc();
#endif

#define free(x) xfree(x)

#include <stdio.h>
#if defined(_WIN32)
#include "missing/file.h"
Expand Down