Replace all #ifdef with #if defined (...) for convention
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef F_SETLKW
|
||||
#if defined (F_SETLKW)
|
||||
|
||||
void lock_file (FILE *fp);
|
||||
void unlock_file (FILE *fp);
|
||||
|
||||
Reference in New Issue
Block a user