1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-23 10:12:33 +03:00
Files
glibc/sysdeps/unix/sysv/linux/wordsize-64/openat.c
2015-08-11 09:37:38 +02:00

12 lines
234 B
C

#define __openat64 __rename___openat64
#define openat64 __rename_openat64
#include "../openat.c"
#undef __openat64
#undef openat64
strong_alias (__openat, __openat64)
hidden_ver (__openat, __openat64)
weak_alias (openat, openat64)