mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +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.
31 lines
476 B
Plaintext
31 lines
476 B
Plaintext
Description:
|
|
mkfifo() function: create named FIFO
|
|
|
|
Files:
|
|
lib/mkfifo.c
|
|
m4/mkfifo.m4
|
|
|
|
Depends-on:
|
|
sys_stat-h
|
|
stat [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKFIFO
|
|
gl_CONDITIONAL([GL_COND_OBJ_MKFIFO],
|
|
[test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1])
|
|
gl_UNISTD_MODULE_INDICATOR([mkfifo])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_MKFIFO
|
|
lib_SOURCES += mkfifo.c
|
|
endif
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Eric Blake
|