From owner-cvs-lib Thu Apr 30 02:34:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10287 for cvs-lib-outgoing; Thu, 30 Apr 1998 02:34:58 -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 CAA10235; Thu, 30 Apr 1998 02:34:42 -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 CAA10131; Thu, 30 Apr 1998 02:32:48 -0700 (PDT) Date: Thu, 30 Apr 1998 02:32:48 -0700 (PDT) Message-Id: <199804300932.CAA10131@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/i386/sys cerror.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/04/30 02:32:48 PDT Modified files: lib/libc/i386/sys cerror.S Log: Make cerror thread aware by calling __error() to get a pointer to the thread-specific error variable. This change make libc use the same cerror code that libc_r has been using. Revision Changes Path 1.9 +5 -22 src/lib/libc/i386/sys/cerror.S