mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
2000-01-26 David McCann <david.mccann@alcatel.at> * libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
This commit is contained in:
parent
31c7d52c94
commit
af50797929
@ -1,3 +1,7 @@
|
||||
2000-01-26 David McCann <david.mccann@alcatel.at>
|
||||
|
||||
* libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
|
||||
|
||||
2000-01-25 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Set CPPFLAGS for kernel
|
||||
|
@ -640,6 +640,12 @@ extern void (*_IO_cleanup_registration_needed) __PMT ((void));
|
||||
if ((_B) == NULL) \
|
||||
return (_R); \
|
||||
} while (0)
|
||||
# define ALLOC_WBUF(_B, _S, _R) \
|
||||
do { \
|
||||
(_B) = (wchar_t *)malloc(_S); \
|
||||
if ((_B) == NULL) \
|
||||
return (_R); \
|
||||
} while (0)
|
||||
|
||||
#endif /* _G_HAVE_MMAP */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user