From a36a3eb159d88507705253577814a8fdcb2a86d1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 15 Mar 2017 09:32:36 +0000 Subject: sysdeps tests cleanup. (I expect BSDs to break, as usual.) --- src/sysdeps/trysizeofuint.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/sysdeps/trysizeofuint.c (limited to 'src/sysdeps/trysizeofuint.c') diff --git a/src/sysdeps/trysizeofuint.c b/src/sysdeps/trysizeofuint.c deleted file mode 100644 index ca4af39..0000000 --- a/src/sysdeps/trysizeofuint.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main (void) -{ - printf("%u\n", (unsigned int)sizeof(unsigned int)) ; - return 0 ; -} -- cgit v1.2.3