mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
* stdlib/stdlib.h: Fix typo in comment.
This commit is contained in:
parent
d0a5dae4dc
commit
c8c73ac377
@ -7,6 +7,8 @@
|
||||
|
||||
2000-04-14 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* stdlib/stdlib.h: Fix typo in comment.
|
||||
|
||||
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
|
||||
2.2 for libdl, ld and libm.
|
||||
|
||||
|
@ -550,7 +550,7 @@ extern void *valloc (size_t __size) __THROW __attribute_malloc__;
|
||||
#endif
|
||||
|
||||
#ifdef __USE_XOPEN2K
|
||||
/* Allocate memiry of SIZE bytes with an alignment of ALIGNMENT. */
|
||||
/* Allocate memory of SIZE bytes with an alignment of ALIGNMENT. */
|
||||
extern int posix_memalign (void **memptr, size_t alignment, size_t size)
|
||||
__THROW;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user