mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* io/fcntl.h: Declare openat and openat64.
* io/Makefile (routines): Add openat and openat64. (tests): Add tst-openat. * io/Versions: Add openat and openat64 for GLIBC_2.4. * sysdeps/generic/openat.c: New file. * sysdeps/generic/openat64.c: New file. * sysdeps/unix/sysv/linux/openat.c: New file. * sysdeps/unix/sysv/linux/openat64.c: New file. * io/tst-openat.c: New file. * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full.
This commit is contained in:
4
sysdeps/unix/sysv/linux/openat64.c
Normal file
4
sysdeps/unix/sysv/linux/openat64.c
Normal file
@ -0,0 +1,4 @@
|
||||
#define OPENAT openat64
|
||||
#define MORE_OFLAGS O_LARGEFILE
|
||||
|
||||
#include "openat.c"
|
Reference in New Issue
Block a user