mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Add prototype.
This commit is contained in:
parent
91cd8340f5
commit
49a9dd2b6c
@ -1,5 +1,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
extern int foo (void);
|
||||
|
||||
int
|
||||
foo (void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user