mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-16 22:42:07 +03:00
* modules/sys_stat-h: Renamed from modules/sys_stat. * modules/sys_stat-h-tests: Renamed from modules/sys_stat-tests. * modules/sys_stat-h-c++-tests: Renamed from modules/sys_stat-c++-tests. * tests/test-sys_stat-h.c: Renamed from tests/test-sys_stat.c. * tests/test-sys_stat-h-c++.cc: Renamed from tests/test-sys_stat-c++.cc. * doc/posix-headers/sys_stat.texi: Update. * doc/posix-functions/mkdir.texi: Update. * modules/* (Depends-on): Update. * modules/sys_stat: New file.
33 lines
554 B
Plaintext
33 lines
554 B
Plaintext
Description:
|
|
mknod() function: create various special devices
|
|
|
|
Files:
|
|
lib/mknod.c
|
|
m4/mknod.m4
|
|
|
|
Depends-on:
|
|
sys_stat-h
|
|
extensions
|
|
mkfifo [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
|
|
stat [test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKNOD
|
|
gl_CONDITIONAL([GL_COND_OBJ_MKNOD],
|
|
[test $HAVE_MKNOD = 0 || test $REPLACE_MKNOD = 1])
|
|
gl_UNISTD_MODULE_INDICATOR([mknod])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MKNOD
|
|
lib_SOURCES += mknod.c
|
|
endif
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|