X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/libsyscall/wrappers/clonefile.c diff --git a/libsyscall/wrappers/clonefile.c b/libsyscall/wrappers/clonefile.c index 33b6beabd..809f85be9 100644 --- a/libsyscall/wrappers/clonefile.c +++ b/libsyscall/wrappers/clonefile.c @@ -27,5 +27,5 @@ int clonefile(const char *old, const char *new, uint32_t flags) { - return (clonefileat(AT_FDCWD, old, AT_FDCWD, new, flags)); + return clonefileat(AT_FDCWD, old, AT_FDCWD, new, flags); }