copy-acl: enhance Solaris ACL error handling
[gnulib.git] / lib / uinttostr.c
index 52d288e..1662985 100644 (file)
@@ -1,3 +1,4 @@
 #define inttostr uinttostr
 #define inttype unsigned int
+#define inttype_is_signed 0
 #include "inttostr.c"