mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.
This commit is contained in:
13
io/open64.c
13
io/open64.c
@@ -53,15 +53,6 @@ weak_alias (__libc_open64, open64)
|
||||
|
||||
stub_warning (open64)
|
||||
|
||||
|
||||
int
|
||||
__open64_2 (file, oflag)
|
||||
const char *file;
|
||||
int oflag;
|
||||
{
|
||||
if (oflag & O_CREAT)
|
||||
__fortify_fail ("invalid open64 call: O_CREAT without mode");
|
||||
|
||||
return __open64 (file, oflag);
|
||||
}
|
||||
/* __open64_2 is a generic wrapper that calls __open64.
|
||||
So give a stub warning for that symbol too. */
|
||||
stub_warning (__open64_2)
|
||||
|
||||
Reference in New Issue
Block a user