From 64ac021ed83d44966e87323d2cb30579afdddae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Mon, 7 Sep 2015 13:54:21 +0000 Subject: [PATCH] skalibs: fixed some typos. --- .../cross_sysdeps/x86_64-unknown-linux-musl/sysdeps | 6 +++--- .../cross_sysdeps/x86_64-unknown-linux-musl/sysdeps.h | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps b/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps index fd154d05f..4390a1c5a 100644 --- a/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps +++ b/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps @@ -14,7 +14,7 @@ devurandom: yes eproto: yes eventfd: yes flock: yes -getpeerid: yes +getpeereid: yes sopeercred: yes getpeerucred: no ipv6: yes @@ -31,8 +31,8 @@ sendfile: yes setgroups: yes settimeofday: yes signalfd: yes -splica: yes +splice: yes strcasestr: yes strnlen: yes uint64t: yes -devrandom:yes +devrandom: yes diff --git a/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps.h b/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps.h index 66e092aa0..b625d8e28 100644 --- a/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps.h +++ b/develop/skalibs/cross_sysdeps/x86_64-unknown-linux-musl/sysdeps.h @@ -35,12 +35,12 @@ #define SKALIBS_TIME_BITS 64 #define SKALIBS_HASACCEPT4 #undef SKALIBS_HASANCILAUTOCLOSE -#define SKALIBS_HASMSGCLOEXEC +#define SKALIBS_HASCMSGCLOEXEC #define SKALIBS_HASDEVURANDOM -#define SKALIBS_HAS_EPROTO -#define SKALIBS_HAS_EVENTFD +#define SKALIBS_HASEPROTO +#define SKALIBS_HASEVENTFD #define SKALIBS_HASFLOCK -#undef SKALIBS_HASGETPEERID +#undef SKALIBS_HASGETPEEREID #define SKALIBS_HASSOPEERCRED #undef SKALIBS_HASGETPEERUCRED #define SKALIBS_HASIPV6 @@ -59,7 +59,7 @@ #define SKALIBS_HASSIGNALFD #define SKALIBS_HASSPLICE #define SKALIBS_HASSTRCASESTR -#define SKALIBS_HASSTRLEN +#define SKALIBS_HASSTRNLEN #define SKALIBS_HASUINT64T #define SKALIBS_HASDEVRANDOM #endif