1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 878a961759 Rename module sys_socket to sys_socket-h.
* modules/sys_socket-h: Renamed from modules/sys_socket.
* modules/sys_socket-h-tests: Renamed from modules/sys_socket-tests.
* modules/sys_socket-h-c++-tests: Renamed from
modules/sys_socket-c++-tests.
* tests/test-sys_socket-h.c: Renamed from tests/test-sys_socket.c.
* tests/test-sys_socket-h-c++.cc: Renamed from
tests/test-sys_socket-c++.cc.
* doc/posix-headers/sys_socket.texi: Update.
* modules/* (Depends-on): Update.
* modules/sys_socket: New file.
2024-12-27 23:39:59 +01:00

35 lines
343 B
Plaintext

Description:
Pass file descriptors along Unix domain sockets
Files:
lib/passfd.h
lib/passfd.c
m4/passfd.m4
Depends-on:
cloexec
sys_socket-h
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: