Skip to content

Commit f848bc6

Browse files
committed
Fix rename()
1 parent 0260dbc commit f848bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libx68k/rename.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
int __doserr2errno(int error);
1010

11-
int rename (const char *old_path, const char *new_path)
11+
int _rename (const char *old_path, const char *new_path)
1212
{
1313
int res;
1414

0 commit comments

Comments
 (0)