Index: uspace/lib/posix/include/posix/stdio.h
===================================================================
--- uspace/lib/posix/include/posix/stdio.h	(revision ed88c8e9e48e792fdd0df46568e33e36eb624db3)
+++ uspace/lib/posix/include/posix/stdio.h	(revision 2f7d77c6250db2dbaf4fc40c073fd148af44fd39)
@@ -164,16 +164,4 @@
 extern int vsprintf(char *__restrict__ s, const char *__restrict__ format, va_list ap);
 
-/* Formatted Input */
-extern int fscanf(
-    FILE *__restrict__ stream, const char *__restrict__ format, ...);
-extern int vfscanf(
-    FILE *__restrict__ stream, const char *__restrict__ format, va_list arg);
-extern int scanf(const char *__restrict__ format, ...);
-extern int vscanf(const char *__restrict__ format, va_list arg);
-extern int sscanf(
-    const char *__restrict__ s, const char *__restrict__ format, ...);
-extern int vsscanf(
-    const char *__restrict__ s, const char *__restrict__ format, va_list arg);
-
 /* File Locking */
 extern void flockfile(FILE *file);
