| 1 | #define __openat64 __rename___openat64 |
|---|---|
| 2 | #define openat64 __rename_openat64 |
| 3 | |
| 4 | #include "../openat.c" |
| 5 | |
| 6 | #undef __openat64 |
| 7 | #undef openat64 |
| 8 | |
| 9 | strong_alias (__openat, __openat64) |
| 10 | hidden_ver (__openat, __openat64) |
| 11 | weak_alias (openat, openat64) |
| 12 |