From owner-cvs-lib Fri May 10 09:43:53 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04579 for cvs-lib-outgoing; Fri, 10 May 1996 09:43:53 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04563 Fri, 10 May 1996 09:43:49 -0700 (PDT) Date: Fri, 10 May 1996 09:43:49 -0700 (PDT) From: Peter Wemm Message-Id: <199605101643.JAA04563@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386/sys cerror.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/05/10 09:43:48 Modified: lib/libc/i386/sys cerror.S Log: Fix a bogon in the pic + threadsafe version of cerror, it was missing a PIC_EPILOGUE (leaving an extra long on the stack). Submitted by: John Polstra Revision Changes Path 1.6 +5 -3 src/lib/libc/i386/sys/cerror.S