blob: 4d5fa1e6f6ab08bbc8bfd8072823524ead53633b [file] [log] [blame]
#include "config.h"
#include <_ansi.h>
#include <_syslist.h>
#include <errno.h>
int symlink(const char *path1, const char *path2)
{
errno = ENOSYS;
return -1;
}