Prevent mxmpp conflict with Sortix ioleast functions.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-12-07 20:27:43 +01:00
parent 7a8687e063
commit d04592acf0
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#define S_IWOTH (0)
#endif
#define writeall mxmpp_writeall
bool writeall(int fd, const void* p, size_t size)
{
const uint8_t* buffer = (const uint8_t*) p;