2 * unlinkat() for uClibc
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 _syscall3(int, unlinkat
, int, fd
, const char *, file
, int, flag
)
14 libc_hidden_def(unlinkat
)
16 /* should add emulation with unlink() and /proc/self/fd/ ... */