]> git.ipfire.org Git - thirdparty/glibc.git/commit - io/Makefile
* io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Dec 2005 21:55:54 +0000 (21:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Dec 2005 21:55:54 +0000 (21:55 +0000)
commite186c703dc073b8be95d0bf893bb8ebb127fe02b
treebcb3f09e881383811b00aa8359cb2f71391b116b
parent975407d507f2e8ad6cbf366e22e0f41d598ddcee
* io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.

(static-only-routines): Add mknodat.
* io/Versions [GLIBC_2.4]: Add mkdirat, mkfifoat, __xmknodat.
* io/sys/stat.h: Declare mkditat, mknodat, mkfifoat, __xmknodat.
Define mknodat inline function.
* include/sys/stat.h: Add hidden proto for __xmknodat.
* sysdeps/generic/mkdirat.c: New file.
* sysdeps/generic/mkfifoat.c: New file.
* sysdeps/generic/mknodat.c: New file.
* sysdeps/generic/xmknodat.c: New file.
* sysdeps/unix/mkfifoat.c: New file.
* sysdeps/unix/sysv/linux/mkdirat.c: New file.
* sysdeps/unix/sysv/linux/xmknodat.c: New file.

* sysdeps/generic/xmknod.c: Add one more parameter check.
13 files changed:
ChangeLog
NEWS
include/sys/stat.h
io/Makefile
io/Versions
io/sys/stat.h
sysdeps/generic/mkdirat.c [new file with mode: 0644]
sysdeps/generic/mkfifoat.c [new file with mode: 0644]
sysdeps/generic/mknodat.c [new file with mode: 0644]
sysdeps/generic/xmknodat.c [new file with mode: 0644]
sysdeps/unix/mkfifoat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/mkdirat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/xmknodat.c [new file with mode: 0644]