From owner-cvs-lib Wed Apr 29 02:08:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02065 for cvs-lib-outgoing; Wed, 29 Apr 1998 02:08:35 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01896; Wed, 29 Apr 1998 02:08:00 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA21862; Wed, 29 Apr 1998 02:06:14 -0700 (PDT) Date: Wed, 29 Apr 1998 02:06:14 -0700 (PDT) Message-Id: <199804290906.CAA21862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib abort.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/29 02:06:13 PDT Modified files: lib/libc/stdlib abort.c Log: Use signal() in both the threaded and non-threaded cases. Revision Changes Path 1.5 +1 -2 src/lib/libc/stdlib/abort.c