diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/stubs.c b/libc/sysdeps/linux/common/stubs.c index 06356afa4..02cd72495 100644 --- a/libc/sysdeps/linux/common/stubs.c +++ b/libc/sysdeps/linux/common/stubs.c @@ -12,6 +12,7 @@ #ifdef __UCLIBC_HAS_STUBS__ +static int enosys_stub(void) __attribute_used__; static int enosys_stub(void) { __set_errno(ENOSYS); |