mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Applied a patch for Netware.
This commit is contained in:
parent
30e89d0a48
commit
ffe417fdde
13 changed files with 47 additions and 13 deletions
|
|
@ -4,4 +4,6 @@
|
|||
#define printf consoleprintf
|
||||
#define puts(s) consoleprintf("%s\n",s)
|
||||
#define fputs(s,f) puts(s)
|
||||
#define fputc(s,f) consoleprintf("%c", s)
|
||||
#define putchar(s) consoleprintf("%c", s)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue