view modules/passfd @ 40194:33c4cac699fe

nstrftime: tweak arg order * lib/nstrftime.c (__strftime_internal): Interchange arg order. All callers changed. Suggested by TAMUKI Shoichi in: https://lists.gnu.org/r/bug-gnulib/2019-02/msg00052.html
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 23 Feb 2019 15:07:47 -0800
parents 244355088b86
children
line wrap: on
line source

Description:
Pass file descriptors along Unix domain sockets

Files:
lib/passfd.h
lib/passfd.c
m4/passfd.m4

Depends-on:
cloexec
sys_socket
socketlib

configure.ac:
gl_PASSFD

Makefile.am:
lib_SOURCES += passfd.c

Include:
"passfd.h"

Link:
$(LIBSOCKET)

License:
LGPLv2+

Maintainer:
Bastien ROUCARIÈS

Local Variables:
coding: utf-8
End: