Index: uspace/lib/posix/include/posix/stdio.h
===================================================================
--- uspace/lib/posix/include/posix/stdio.h	(revision e3c960e1bdab0baa0afb2fefa5847dedc0fac870)
+++ uspace/lib/posix/include/posix/stdio.h	(revision bcc20fa183d6812436bfd35b6b6ddc622e42bf25)
@@ -64,5 +64,9 @@
 #define EOF (-1)
 
+/** Size of buffers used in stdio header. */
 #define BUFSIZ  4096
+
+/** Maximum size in bytes of the longest filename. */
+#define FILENAME_MAX 4096
 
 typedef struct _IO_FILE FILE;
