Index: uspace/lib/libc/include/async.h
===================================================================
--- uspace/lib/libc/include/async.h	(revision ef8bcc6df47519f80b0b59ebb86b4c416a742a7b)
+++ uspace/lib/libc/include/async.h	(revision 553492bee0faefb2eb530f9618a7ad57db2d179c)
@@ -44,5 +44,4 @@
 typedef ipc_callid_t aid_t;
 typedef void (*async_client_conn_t)(ipc_callid_t callid, ipc_call_t *call);
-typedef void (*async_pending_t)(void);
 
 extern atomic_t async_futex;
@@ -100,5 +99,4 @@
 extern void async_set_client_connection(async_client_conn_t conn);
 extern void async_set_interrupt_received(async_client_conn_t conn);
-extern void async_set_pending(async_pending_t pend);
 
 /* Wrappers for simple communication */
