aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2020-01-15 17:19:49 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-02-12 09:39:06 +0100
commit875b2a5b59196d60cb6bd9eb771ad04da06a4947 (patch)
tree225a9a2d34b0a476ed785ce00983155e235cfa84 /include/libssh
parent702e7e4c85da3b5aaab909c609e76dced9a76275 (diff)
downloadlibssh-875b2a5b59196d60cb6bd9eb771ad04da06a4947.tar.gz
libssh-875b2a5b59196d60cb6bd9eb771ad04da06a4947.tar.xz
libssh-875b2a5b59196d60cb6bd9eb771ad04da06a4947.zip
include: Remove PRIdS definitions
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 31405d6b..6e7f2de8 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -65,11 +65,6 @@ char *strndup(const char *s, size_t n);
#ifdef _WIN32
-/* Imitate define of inttypes.h */
-# ifndef PRIdS
-# define PRIdS "Id"
-# endif
-
# ifndef PRIu64
# if __WORDSIZE == 64
# define PRIu64 "lu"
@@ -162,7 +157,6 @@ int gettimeofday(struct timeval *__p, void *__t);
#else /* _WIN32 */
#include <unistd.h>
-#define PRIdS "zd"
#define _XCLOSESOCKET close