Index: uspace/lib/c/include/loader/pcb.h
===================================================================
--- uspace/lib/c/include/loader/pcb.h	(revision a35b458e9db1ca95e679799dc7c1b12c83359ca3)
+++ uspace/lib/c/include/loader/pcb.h	(revision b4b961b71faa4aa5bccb32fe671391962d367f71)
@@ -36,5 +36,4 @@
 #ifndef LIBC_PCB_H_
 #define LIBC_PCB_H_
-
 
 typedef void (*entry_point_t)(void);
@@ -76,4 +75,6 @@
 	/** Pointer to dynamic linker state structure (rtld_t). */
 	void *rtld_runtime;
+	/** C++ related data. */
+	cpp_data_t cpp_data;
 } pcb_t;
 
