view modules/mkfifo @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents ad594afe1811
children
line wrap: on
line source

Description:
mkfifo() function: create named FIFO

Files:
lib/mkfifo.c
m4/mkfifo.m4

Depends-on:
sys_stat
stat            [test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1]

configure.ac:
gl_FUNC_MKFIFO
if test $HAVE_MKFIFO = 0 || test $REPLACE_MKFIFO = 1; then
  AC_LIBOBJ([mkfifo])
fi
gl_UNISTD_MODULE_INDICATOR([mkfifo])

Makefile.am:

Include:
<sys/stat.h>

License:
LGPL

Maintainer:
Eric Blake