Welcome to mirror list, hosted at ThFree Co, Russian Federation.

semihost-sys_link.c « riscv « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 717c5c81ca2d819cdda6b362e511c1f3b01ee9c4 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (C) 2020 Embecosm Limited
 * SPDX-License-Identifier: BSD-2-Clause
 */
/* Establish a new name for an existing file.  */
int _link (const char *old_name, const char *new_name)
{
  return -1;
}