mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 14:20:14 +01:00
os: Squash missing declaration warning for timingsafe_memcmp
timingsafe_memcmp.c:21:1: warning: no previous prototype for ‘timingsafe_memcmp’ [-Wmissing-prototypes]
timingsafe_memcmp(const void *b1, const void *b2, size_t len)
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit 5c44169cae)
This commit is contained in:
parent
1aa40b96e2
commit
f4ff7b6b55
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <dix-config.h>
|
||||
#include "os.h"
|
||||
|
||||
int
|
||||
timingsafe_memcmp(const void *b1, const void *b2, size_t len)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue