Define getsr() as _getsr() for backward compatibility.

This commit is contained in:
gwr 1997-05-29 22:18:24 +00:00
parent 56e5d1c7c5
commit 2e7b1f13dd
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.h,v 1.11 1997/04/09 20:56:46 thorpej Exp $ */
/* $NetBSD: machdep.h,v 1.12 1997/05/29 22:18:24 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -145,6 +145,9 @@ int fpu_emulate __P((struct trapframe *, struct fpframe *));
int getdfc __P((void));
int getsfc __P((void));
/* Backward compatibility... */
#define getsr _getsr
void** getvbr __P((void));
void initfpu __P((void));