From: Roland McGrath Date: Thu, 27 Oct 1994 19:00:37 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: glibc-2.16-ports-before-merge~4046 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5302ac2b99ae3bdc2efd1d6ae2672a548eedcf00;p=thirdparty%2Fglibc.git Fixed typo. --- diff --git a/sysdeps/standalone/standalone.h b/sysdeps/standalone/standalone.h index 07f83559c77..13d58f03e88 100644 --- a/sysdeps/standalone/standalone.h +++ b/sysdeps/standalone/standalone.h @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #include -extern void _Board_Initialize __PP ((void)); +extern void _Board_Initialize __P ((void)); extern int _Console_Putc __P ((char c)); extern int _Console_Getc __P ((int poll));