1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove bp-sym.h and BP_SYM uses from C code.

This commit is contained in:
Joseph Myers
2013-02-14 13:12:02 +00:00
parent cb57ce6031
commit e97ed6ddbe
27 changed files with 178 additions and 99 deletions

View File

@ -17,7 +17,6 @@
#include <fcntl.h>
#include <stdarg.h>
#include <bp-sym.h>
#include <sysdep-cancel.h>
/* Open FILE with access OFLAG. If OFLAG includes O_CREAT,
@ -46,6 +45,6 @@ __libc_open64 (const char *file, int oflag, ...)
return result;
}
weak_alias (__libc_open64, BP_SYM (__open64))
libc_hidden_weak (BP_SYM (__open64))
weak_alias (__libc_open64, BP_SYM (open64))
weak_alias (__libc_open64, __open64)
libc_hidden_weak (__open64)
weak_alias (__libc_open64, open64)