diff options
author | Elliott Hughes <enh@google.com> | 2014-02-17 12:33:16 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-02-18 12:04:54 -0800 |
commit | a38cb088619d3e2f2194247038c10897d1c5036e (patch) | |
tree | 83cde27cb78ed069749b6beddb2ad5199d068214 /libc/private | |
parent | d4bc9ef83b36916d5e63c4c3e4a092381473ea52 (diff) | |
download | bionic-a38cb088619d3e2f2194247038c10897d1c5036e.zip bionic-a38cb088619d3e2f2194247038c10897d1c5036e.tar.gz bionic-a38cb088619d3e2f2194247038c10897d1c5036e.tar.bz2 |
Clean up various warnings in bionic.
Change-Id: Ic57541d0a567fd4ae79f0ad59b2ffde1130eb7d2
Diffstat (limited to 'libc/private')
-rw-r--r-- | libc/private/bionic_name_mem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/private/bionic_name_mem.h b/libc/private/bionic_name_mem.h index 9f6163d..98716f4 100644 --- a/libc/private/bionic_name_mem.h +++ b/libc/private/bionic_name_mem.h @@ -25,6 +25,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + #ifndef _BIONIC_NAME_MEM_H #define _BIONIC_NAME_MEM_H @@ -33,7 +34,7 @@ __BEGIN_DECLS -int __bionic_name_mem(void *addr, size_t len, const char *name); +int __bionic_name_mem(void* addr, size_t len, const char* name); __END_DECLS |