blob: 458e549407a47b784b059ae884dfefdf330c5ac7 [file] [log] [blame]
#include "config.h"
#include <_ansi.h>
#include <_syslist.h>
#include <errno.h>
int link(char *existing, char *new)
{
errno = ENOSYS;
return -1;
}