Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scratch_buffer_set_array_size: Include <limits.h>
It is needed for CHAR_BIT.
  • Loading branch information
Florian Weimer committed Apr 7, 2016
1 parent a7d1c51 commit c04af60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2016-04-07 Florian Weimer <fweimer@redhat.com>

* malloc/scratch_buffer_set_array_size.c: Include <limits.h>.

2016-04-06 H.J. Lu <hongjiu.lu@intel.com> 2016-04-06 H.J. Lu <hongjiu.lu@intel.com>


* sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
Expand Down
1 change: 1 addition & 0 deletions malloc/scratch_buffer_set_array_size.c
Expand Up @@ -18,6 +18,7 @@


#include <scratch_buffer.h> #include <scratch_buffer.h>
#include <errno.h> #include <errno.h>
#include <limits.h>


bool bool
__libc_scratch_buffer_set_array_size (struct scratch_buffer *buffer, __libc_scratch_buffer_set_array_size (struct scratch_buffer *buffer,
Expand Down

0 comments on commit c04af60

Please sign in to comment.