Kill the "throw()" on a forward declaration for posix_memalign (it does

not match our base declaration and may cause warnings).
Ok: joerg
This commit is contained in:
martin 2014-03-08 19:15:32 +00:00
parent 9180e146dc
commit 7077fb4b4a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#ifndef __cplusplus
extern int posix_memalign (void **, size_t, size_t);
#else
extern "C" int posix_memalign (void **, size_t, size_t) throw ();
extern "C" int posix_memalign (void **, size_t, size_t);
#endif
static __inline void *