From owner-cvs-all Mon Apr 9 21:11:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF29737B423; Mon, 9 Apr 2001 21:11:53 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3A4Brd40688; Mon, 9 Apr 2001 21:11:53 -0700 (PDT) (envelope-from deischen) Message-Id: <200104100411.f3A4Brd40688@freefall.freebsd.org> From: Daniel Eischen Date: Mon, 9 Apr 2001 21:11:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c _spinlock_stub.c _thread_init.c src/lib/libc/stdio _flock_stub.c src/lib/libc/sys __error.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/04/09 21:11:53 PDT Modified files: lib/libc/gen _pthread_stubs.c _spinlock_stub.c _thread_init.c lib/libc/stdio _flock_stub.c lib/libc/sys __error.c Log: To be consistent, use the __weak_reference macro from instead of #pragma weak to create weak definitions. This macro is improperly named, though, since a weak definition is not the same thing as a weak reference. Suggested by: bde Revision Changes Path 1.4 +27 -28 src/lib/libc/gen/_pthread_stubs.c 1.6 +5 -4 src/lib/libc/gen/_spinlock_stub.c 1.4 +5 -3 src/lib/libc/gen/_thread_init.c 1.11 +5 -5 src/lib/libc/stdio/_flock_stub.c 1.3 +2 -2 src/lib/libc/sys/__error.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message