explicitly give main's return type
This commit is contained in:
parent
58283caf58
commit
7b4391d263
@ -11,7 +11,7 @@
|
||||
#include <netinet/in.h>
|
||||
#include <sys/devpoll.h>
|
||||
|
||||
main() {
|
||||
int main() {
|
||||
int fd=open("/dev/poll",O_RDWR);
|
||||
struct pollfd p[100];
|
||||
int i,r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user