diff options
author | Yann Sionneau <ysionneau@kalray.eu> | 2020-09-22 14:17:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-09-22 15:54:04 +0200 |
commit | b1c3d1820431ebc25c57bdc91d32051f5f09ab87 (patch) | |
tree | d9ece06206ba0eb7e037bdf72f991020d03586b9 /libc/sysdeps/Makefile | |
parent | 9f54321e2ef9011e499a898cacf03960540ddad4 (diff) |
Fix warning about macro redefinition
Fixes this:
libc/misc/internals/tempname.c: In function 'brain_damaged_fillrand':
libc/misc/internals/tempname.c:155:0: warning: "L" redefined
#define L ((UINT32_MAX % NUM_LETTERS + 1) % NUM_LETTERS)
In file included from ./libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.h:24:0,
from ./include/bits/libc-lock.h:35,
from ./include/bits/stdio-lock.h:22,
from ./include/bits/uClibc_mutex.h:73,
from ./include/bits/uClibc_stdio.h:83,
from ./include/stdio.h:71,
from libc/misc/internals/tempname.c:35:
./libc/sysdeps/linux/kvx/sysdep.h:40:0: note: this is the location of the previous definition
# define L(name) $L##name
Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>
Diffstat (limited to 'libc/sysdeps/Makefile')
0 files changed, 0 insertions, 0 deletions