blob: 2a912a515de5be444eb6ebb5f00c06b24baf837d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <_ansi.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <reent.h>
_syscall2 (int ,link, const char *,old, const char *,new)
|