mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 04:20:52 +02:00
Add parenthesis around XBADFD.
This commit is contained in:
@@ -1010,7 +1010,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
||||
#define XSEEK_SET FS_SEEK_SET
|
||||
#define XSEEK_END FS_SEEK_END
|
||||
#define XBADFILE NULL
|
||||
#define XBADFD -1
|
||||
#define XBADFD (-1)
|
||||
#define XFGETS(b,s,f) -2 /* Not ported yet */
|
||||
|
||||
#define XSTAT fs_stat
|
||||
@@ -1120,7 +1120,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
||||
#define XSEEK_SET SEEK_SET
|
||||
#define XSEEK_END SEEK_END
|
||||
#define XBADFILE NULL
|
||||
#define XBADFD -1
|
||||
#define XBADFD (-1)
|
||||
#define XFGETS fgets
|
||||
#define XFPRINTF fprintf
|
||||
#define XFFLUSH fflush
|
||||
|
||||
Reference in New Issue
Block a user