From owner-cvs-lib Sun Mar 8 23:27:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23767 for cvs-lib-outgoing; Sun, 8 Mar 1998 23:27:47 -0800 (PST) (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 XAA23616; Sun, 8 Mar 1998 23:27:29 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07097; Sun, 8 Mar 1998 23:09:56 -0800 (PST) Date: Sun, 8 Mar 1998 23:09:56 -0800 (PST) Message-Id: <199803090709.XAA07097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys __error.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/03/08 23:09:56 PST Added files: lib/libc/sys __error.c Log: Function to return a pointer to the non-threaded errno. This is declared with a weak symbol so that it won't be linked when linking against libc_r or libpthread.