1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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;