/* See LICENSE of license details. */ #include #include "stub.h" int __wrap_link(const char *old_name, const char *new_name) { return _stub(EMLINK); }