Skip to content

Commit 4b940bb

Browse files
aoatesjjohnstn
andcommitted
Fix dummy names in reent directory
libc: fix _dummy_signal_syscalls name in signalr.c libc: fix _dummy_fstat64_syscalls name in fstat64.c Co-authored-by: Jeff Johnston <jjohnstn@redhat.com>
1 parent eb6c6ed commit 4b940bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

newlib/libc/reent/fstat64r.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#ifdef REENTRANT_SYSCALLS_PROVIDED
2121

22-
int _dummy_fstat_syscalls = 1;
22+
int _dummy_fstat64_syscalls = 1;
2323

2424
#else
2525

newlib/libc/reent/signalr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#ifdef REENTRANT_SYSCALLS_PROVIDED
1919

20-
int _dummy_link_syscalls = 1;
20+
int _dummy_signal_syscalls = 1;
2121

2222
#else
2323

0 commit comments

Comments
 (0)