mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.
This commit is contained in:
14
io/openat.c
14
io/openat.c
@ -75,16 +75,6 @@ libc_hidden_def (__openat)
|
||||
weak_alias (__openat, openat)
|
||||
stub_warning (openat)
|
||||
|
||||
|
||||
int
|
||||
__openat_2 (fd, file, oflag)
|
||||
int fd;
|
||||
const char *file;
|
||||
int oflag;
|
||||
{
|
||||
if (oflag & O_CREAT)
|
||||
__fortify_fail ("invalid openat call: O_CREAT without mode");
|
||||
|
||||
return __openat (fd, file, oflag);
|
||||
}
|
||||
/* __openat_2 is a generic wrapper that calls __openat.
|
||||
So give a stub warning for that symbol too. */
|
||||
stub_warning (__openat_2)
|
||||
|
Reference in New Issue
Block a user