]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fixed typo.
authorRoland McGrath <roland@gnu.org>
Thu, 27 Oct 1994 19:00:37 +0000 (19:00 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 27 Oct 1994 19:00:37 +0000 (19:00 +0000)
sysdeps/standalone/standalone.h

index 07f83559c77a7a6ab8850ea72c665ee861c79566..13d58f03e8895a4e719aaa8143d5bbbb0c2ef5f2 100644 (file)
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA.  */
 
 #include <sys/cdefs.h>
 
-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));