Index: uspace/lib/posix/stdint.h
===================================================================
--- uspace/lib/posix/stdint.h	(revision 6921178cb94f16c993f442abb278dbce48fe6afe)
+++ uspace/lib/posix/stdint.h	(revision c53a7058118854e855fbb20ae8db4911bd30460b)
@@ -103,12 +103,7 @@
 typedef uint64_t posix_uintmax_t;
 
-// FIXME: should be integrated into build process similarly to uintptr_t
-typedef ssize_t posix_intptr_t;
-
 #ifndef LIBPOSIX_INTERNAL
 	#define intmax_t posix_intmax_t
 	#define uintmax_t posix_uintmax_t
-
-	#define intptr_t posix_intptr_t
 #endif
 
