Merge pull request #6691 from kraj/fno-common

Mark extern definition of SDS_NOINIT in sds.h
This commit is contained in:
Salvatore Sanfilippo 2020-02-12 14:04:53 +01:00 committed by GitHub
commit 8aa0b19d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
#define __SDS_H
#define SDS_MAX_PREALLOC (1024*1024)
const char *SDS_NOINIT;
extern const char *SDS_NOINIT;
#include <sys/types.h>
#include <stdarg.h>