1
0
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:
Ulrich Drepper
2005-11-10 00:12:21 +00:00
parent 9f1016c0df
commit 4973cbe599
11 changed files with 477 additions and 6 deletions

View File

@ -0,0 +1,4 @@
#define OPENAT openat64
#define MORE_OFLAGS O_LARGEFILE
#include "openat.c"