shm: Add C++ protection
authorOlivier Crête <olivier.crete@collabora.co.uk>
Fri, 8 Oct 2010 21:01:29 +0000 (17:01 -0400)
committerOlivier Crête <olivier.crete@collabora.co.uk>
Fri, 8 Oct 2010 21:01:29 +0000 (17:01 -0400)
Add c++ protection in the relevant places

sys/shm/shmalloc.h

index ab244267fbdfd830ea2493332da36e2b4277aeab..d5aa581ef2ab5f25d6057ee98c5a8103d192f365 100644 (file)
 
 #endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef struct _ShmAllocSpace ShmAllocSpace;
 typedef struct _ShmAllocBlock ShmAllocBlock;