newlib: Regenerate autotools files
[newlib-cygwin.git] / libgloss / riscv / semihost-sys_link.c
blob717c5c81ca2d819cdda6b362e511c1f3b01ee9c4
1 /*
2 * Copyright (C) 2020 Embecosm Limited
3 * SPDX-License-Identifier: BSD-2-Clause
4 */
5 /* Establish a new name for an existing file. */
6 int _link (const char *old_name, const char *new_name)
8 return -1;