mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Otherwise, Emacs might do the wrong thing if run in an he_IL.ISO-8859-8 locale, which an Emacs developer does on occasion. Problem reported by Eli Zaretskii in: http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00966.html Don't bother with test files, as they aren't copied to the Emacs source directory. If this problem affects test files in some other GNU project, we can add coding cookies to the non-ASCII test files later.
35 lines
341 B
Plaintext
35 lines
341 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
|
|
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:
|