From owner-cvs-src@FreeBSD.ORG Fri Jun 6 09:09:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 973781065682; Fri, 6 Jun 2008 09:09:55 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 779DE8FC13; Fri, 6 Jun 2008 09:09:55 +0000 (UTC) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5699tTP089623; Fri, 6 Jun 2008 09:09:55 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5699tnh089622; Fri, 6 Jun 2008 09:09:55 GMT (envelope-from dfr@repoman.freebsd.org) Message-Id: <200806060909.m5699tnh089622@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dfr@repoman.freebsd.org using -f From: Doug Rabson Date: Fri, 6 Jun 2008 09:09:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/sys Symbol.map fcntl.c src/lib/libc_r/uthread uthread_fcntl.c src/lib/libkse/thread thr_fcntl.c src/lib/libthr/thread thr_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 09:09:55 -0000 dfr 2008-06-06 09:09:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/sys Symbol.map fcntl.c lib/libc_r/uthread uthread_fcntl.c lib/libkse/thread thr_fcntl.c lib/libthr/thread thr_syscalls.c Log: SVN rev 179608 on 2008-06-06 09:09:37Z by dfr MFC: r179358,179434 - make libc's fcntl symbol weak and extend the limited forward ABI compatibility for fcntl to the thread libraries. Revision Changes Path 1.9.2.2 +1 -0 src/lib/libc/sys/Symbol.map 1.1.2.2 +3 -1 src/lib/libc/sys/fcntl.c 1.16.2.1 +3 -1 src/lib/libc_r/uthread/uthread_fcntl.c 1.22.2.1 +2 -1 src/lib/libkse/thread/thr_fcntl.c 1.16.2.1 +2 -1 src/lib/libthr/thread/thr_syscalls.c