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:
parent
7a8687e063
commit
d04592acf0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue