4 * Copyright (C) 2009 Analog Devices Inc.
6 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
9 #include <sys/syscall.h>
13 _syscall5(int, linkat
, int, fromfd
, const char *, from
, int, tofd
, const char *, to
, int, flags
)
14 libc_hidden_def(linkat
)
16 /* should add emulation with link() and /proc/self/fd/ ... */