aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2008-12-01 19:05:46 +0000
committerCary Coutant <ccoutant@google.com>2008-12-01 19:05:46 +0000
commit54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22 (patch)
treee4caff3d8635c5b7e95763f219818d12fa3fbf56 /include
parentd973def20065092009bb7d0604d4ac9b947674e5 (diff)
downloadnewlib-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.zip
newlib-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.tar.gz
newlib-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.tar.bz2
* plugin-api.h: Fix syntax error when compiling with C++.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/plugin-api.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 96c8474..1c162dc 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-01 Cary Coutant <ccoutant@google.com>
+
+ * plugin-api.h: Fix syntax error when compiling with C++.
+
2008-11-26 Alan Modra <amodra@bigpond.net.au>
PR 7047
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 45b5820..3af486c 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -236,7 +236,7 @@ enum ld_plugin_status
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
#ifdef __cplusplus
-};
+}
#endif
#endif /* !defined(PLUGIN_API_H) */