From 8ef47135dded8a99e40bb2d7c1a829964dc08ebd Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Jan 2002 17:42:08 +0000 Subject: * speclib: Don't use /dev/null as DLL name. Just default to what's already in .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored. --- winsup/cygwin/speclib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/speclib') diff --git a/winsup/cygwin/speclib b/winsup/cygwin/speclib index ac7cc28fa..40472045b 100755 --- a/winsup/cygwin/speclib +++ b/winsup/cygwin/speclib @@ -19,4 +19,4 @@ def=$1; shift trap "rm /tmp/$$.def" 0 1 2 15 (echo "LIBRARY cygwin1.dll EXPORTS"; $nm --extern-only --defined-only $* | sed -e '/^[ ]*$/d' -e '/:$/d' -e 's/^.* _\(.*\)/\1/' | grep $v -f - -w $def |egrep -vi '^library|exports|^$' | sort) > /tmp/$$.def -exec $dlltool -d /tmp/$$.def -l "$lib" -D /dev/null +exec $dlltool -d /tmp/$$.def -l "$lib" -- cgit v1.2.3