mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +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>
|
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
|
* shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
|
||||||
2.2 for libdl, ld and libm.
|
2.2 for libdl, ld and libm.
|
||||||
|
|
||||||
|
@ -550,7 +550,7 @@ extern void *valloc (size_t __size) __THROW __attribute_malloc__;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __USE_XOPEN2K
|
#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)
|
extern int posix_memalign (void **memptr, size_t alignment, size_t size)
|
||||||
__THROW;
|
__THROW;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user