From owner-cvs-src@FreeBSD.ORG Fri May 30 14:47:42 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 EDF1A106566B; Fri, 30 May 2008 14:47:42 +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 EE82D8FC0C; Fri, 30 May 2008 14:47:42 +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 m4UElgWX031822; Fri, 30 May 2008 14:47:42 GMT (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4UElgju031817; Fri, 30 May 2008 14:47:42 GMT (envelope-from dfr) Message-Id: <200805301447.m4UElgju031817@repoman.freebsd.org> From: Doug Rabson Date: Fri, 30 May 2008 14:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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, 30 May 2008 14:47:43 -0000 dfr 2008-05-30 14:47:42 UTC FreeBSD src repository Modified files: 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: Call the fcntl compatiblity wrapper from the thread library fcntl wrappers so that they get the benefit of the (limited) forward ABI compatibility. MFC after: 1 week Revision Changes Path 1.16 +1 -0 src/lib/libc/sys/Symbol.map 1.3 +2 -2 src/lib/libc/sys/fcntl.c 1.17 +3 -1 src/lib/libc_r/uthread/uthread_fcntl.c 1.25 +2 -1 src/lib/libkse/thread/thr_fcntl.c 1.18 +2 -1 src/lib/libthr/thread/thr_syscalls.c