From owner-cvs-all Mon Sep 9 19: 4:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87CD037B400; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1685543E42; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8A24nJU056707; Mon, 9 Sep 2002 19:04:49 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8A24nkO056705; Mon, 9 Sep 2002 19:04:49 -0700 (PDT) Message-Id: <200209100204.g8A24nkO056705@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 9 Sep 2002 19:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc _Exit.c exit.3 qsort.3 qsort.c qsort_r.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/09/09 19:04:49 PDT Modified files: include stdlib.h Log: Without fixing the namespace issues, add prototypes for the new _Exit() and qsort_r() functions. Fix one other missorted declaration. Revision Changes Path 1.42 +5 -2 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message