view modules/execute @ 40231:9b3c79fdfe0b

strtod: fix clash with strtold Problem reported for RHEL 5 by Jesse Caldwell (Bug#34817). * lib/strtod.c (compute_minus_zero, minus_zero): Simplify by remving the macro / external variable, and having just a function. User changed. This avoids the need for an external variable that might clash.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 11 Mar 2019 16:40:29 -0700
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
Creation of autonomous subprocesses.

Files:
lib/execute.h
lib/execute.c
lib/w32spawn.h
m4/execute.m4

Depends-on:
cloexec
dup2
error
fatal-signal
wait-process
gettext-h
msvc-nothrow
spawn
posix_spawnp
posix_spawn_file_actions_init
posix_spawn_file_actions_addopen
posix_spawn_file_actions_destroy
posix_spawnattr_init
posix_spawnattr_setsigmask
posix_spawnattr_setflags
posix_spawnattr_destroy
stdbool
stdlib
strpbrk
unistd
environ

configure.ac:
gl_EXECUTE

Makefile.am:
lib_SOURCES += execute.h execute.c w32spawn.h

Include:
"execute.h"

License:
GPL

Maintainer:
all