De-delint.

This commit is contained in:
kleink 2000-06-26 06:29:12 +00:00
parent 15bc7ed349
commit 0ef9e4a214
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: _brk.c,v 1.1 2000/06/23 15:40:40 kleink Exp $ */
/* $NetBSD: _brk.c,v 1.2 2000/06/26 06:29:12 kleink Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@ -35,10 +35,8 @@ __indr_reference(_brk, brk)
#else
#include <unistd.h>
/* LONGLONG */
int _brk __P((void *)); /* XXX */
/* LONGLONG */
int
brk(addr)
void *addr;

View File

@ -1,4 +1,4 @@
/* $NetBSD: _sbrk.c,v 1.1 2000/06/23 15:40:40 kleink Exp $ */
/* $NetBSD: _sbrk.c,v 1.2 2000/06/26 06:29:13 kleink Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@ -35,10 +35,8 @@ __indr_reference(_sbrk, sbrk)
#else
#include <unistd.h>
/* LONGLONG */
void * _sbrk __P((intptr_t)); /* XXX */
/* LONGLONG */
void *
sbrk(incr)
intptr_t incr;