Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libc / sys / rdos / link.c
blob458e549407a47b784b059ae884dfefdf330c5ac7
1 #include "config.h"
2 #include <_ansi.h>
3 #include <_syslist.h>
4 #include <errno.h>
6 int link(char *existing, char *new)
8 errno = ENOSYS;
9 return -1;