# HG changeset patch # User Bruno Haible # Date 1293806310 -3600 # Node ID 3d7ddb7340dd499aa5af1cb6edf78f6e41cbd79c # Parent 99b3a26ce54b58cd36db719f34f6c33d750cc6db waitpid: Fix link error in C++ mode. * lib/sys_wait.in.h: Remove extern "C" { ... } group. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-31 Bruno Haible + + waitpid: Fix link error in C++ mode. + * lib/sys_wait.in.h: Remove extern "C" { ... } group. + 2010-12-31 Bruno Haible isnan: Use GCC built-ins when possible. diff --git a/lib/sys_wait.in.h b/lib/sys_wait.in.h --- a/lib/sys_wait.in.h +++ b/lib/sys_wait.in.h @@ -108,9 +108,6 @@ #endif -#ifdef __cplusplus -extern "C" { -#endif /* Declarations of functions. */ @@ -128,9 +125,6 @@ # endif #endif -#ifdef __cplusplus -} -#endif #endif /* _GL_SYS_WAIT_H */ #endif /* _GL_SYS_WAIT_H */