From owner-cvs-all Sat Sep 22 17:37:46 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 4CC0F37B406; Sat, 22 Sep 2001 17:37:43 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8N0bh685204; Sat, 22 Sep 2001 17:37:43 -0700 (PDT) (envelope-from mike) Message-Id: <200109230037.f8N0bh685204@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 22 Sep 2001 17:37:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strdup.3 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 mike 2001/09/22 17:37:43 PDT Modified files: lib/libc/string strdup.3 Log: Note that strdup(3) will set errno if memory allocation fails. This is also required by the forthcoming POSIX.1-200x standard. Obtained from: malloc.3 Revision Changes Path 1.9 +5 -2 src/lib/libc/string/strdup.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message