Commit 9f19144e authored by Jörn Engel's avatar Jörn Engel Committed by Linus Torvalds

[PATCH] zlib cleanup: C++ workarounds

We don't use any cplusplus in the kernel.
parent af4b06a8
......@@ -33,10 +33,6 @@
#include <linux/zconf.h>
#ifdef __cplusplus
extern "C" {
#endif
#define ZLIB_VERSION "1.1.3"
/*
......@@ -640,8 +636,4 @@ extern const char * zlib_zError (int err);
extern int zlib_inflateSyncPoint (z_streamp z);
extern const uLong * zlib_get_crc_table (void);
#ifdef __cplusplus
}
#endif
#endif /* _ZLIB_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