mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.
This commit is contained in:
@ -36,12 +36,7 @@ _IO_fopen64 (filename, mode)
|
||||
const char *filename;
|
||||
const char *mode;
|
||||
{
|
||||
#ifdef _G_OPEN64
|
||||
return __fopen_internal (filename, mode, 0);
|
||||
#else
|
||||
__set_errno (ENOSYS);
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef weak_alias
|
||||
|
Reference in New Issue
Block a user