Unverified Commit 8aa0b19d authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #6691 from kraj/fno-common

Mark extern definition of SDS_NOINIT in sds.h
parents f54bb2a3 af02478b
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#define __SDS_H #define __SDS_H
#define SDS_MAX_PREALLOC (1024*1024) #define SDS_MAX_PREALLOC (1024*1024)
const char *SDS_NOINIT; extern const char *SDS_NOINIT;
#include <sys/types.h> #include <sys/types.h>
#include <stdarg.h> #include <stdarg.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment