1 | #define __compat_bdflush RENAMED___compat_bdflush |
---|---|
2 | #define bdflush RENAMED_bdflush |
3 | #include <errno.h> |
4 | #include <shlib-compat.h> |
5 | #undef __compat_bdflush |
6 | #undef bdflush |
7 | long int _no_syscall (void) |
8 | { __set_errno (ENOSYS); return -1L; } |
9 | weak_alias (_no_syscall, __compat_bdflush) |
10 | stub_warning (__compat_bdflush) |
11 | weak_alias (_no_syscall, __GI___compat_bdflush) |
12 | #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23) |
13 | strong_alias (_no_syscall, __bdflush_GLIBC_2_0) |
14 | compat_symbol (libc, __bdflush_GLIBC_2_0, bdflush, GLIBC_2_0); |
15 | #endif |
16 |