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:
@ -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)
|
||||
|
Reference in New Issue
Block a user