Skip to content

Commit

Permalink
[RFC]: Fix warning : no previous prototype for '__fxstat' [-Wmissing-…
Browse files Browse the repository at this point in the history
…prototypes]

I cannot explain what happen, but it works

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
  • Loading branch information
zhijianli88 committed Nov 12, 2024
1 parent d215ff2 commit 2b4973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librdmacm/preload.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#define _GNU_SOURCE
#include <config.h>

#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <sys/sendfile.h>
#include <stdarg.h>
Expand Down

0 comments on commit 2b4973e

Please # to comment.