From owner-freebsd-commit Wed Oct 4 09:00:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24039 for freebsd-commit-outgoing; Wed, 4 Oct 1995 09:00:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24027 for cvs-all-outgoing; Wed, 4 Oct 1995 09:00:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA23997 for cvs-lib-outgoing; Wed, 4 Oct 1995 08:59:08 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA23988 ; Wed, 4 Oct 1995 08:58:59 -0700 Date: Wed, 4 Oct 1995 08:58:59 -0700 From: Poul-Henning Kamp Message-Id: <199510041558.IAA23988@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/i386/sys sbrk.S Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/04 08:58:58 Modified: lib/libc/i386/sys sbrk.S Log: Calling sbrk(2) with zero argument doesn't need to generate a syscall. Reviewed by: bde