summaryrefslogtreecommitdiff
path: root/gl/memxor.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/memxor.c')
-rw-r--r--gl/memxor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/memxor.c b/gl/memxor.c
index b80b4308ef..4eeebcbd56 100644
--- a/gl/memxor.c
+++ b/gl/memxor.c
@@ -23,7 +23,7 @@
#include "memxor.h"
void *
-gl_memxor (void *restrict dest, const void *restrict src, size_t n)
+memxor (void *restrict dest, const void *restrict src, size_t n)
{
char const *s = src;
char *d = dest;