mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
4973cbe599
* 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.
5 lines
77 B
C
5 lines
77 B
C
#define OPENAT openat64
|
|
#define MORE_OFLAGS O_LARGEFILE
|
|
|
|
#include "openat.c"
|