Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c
index dfa857b7f5..0a7bcfdc95 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common/library/c_stats.c
@@ -14,11 +14,12 @@
#ifdef NATIVE_STATS
-int C_nativeFunctionCount = 22;
-int C_nativeFunctionCallCount[22];
+int C_nativeFunctionCount = 23;
+int C_nativeFunctionCallCount[23];
char * C_nativeFunctionNames[] = {
"PTR_1sizeof",
"free",
+ "getenv",
"malloc",
"memmove__III",
"memmove__I_3BI",

Back to the top