Index: uspace/lib/posix/unistd.c
===================================================================
--- uspace/lib/posix/unistd.c	(revision 491e1ee9881202f1429aea1ba68be1c132608e3c)
+++ uspace/lib/posix/unistd.c	(revision ba7b75378ae798b8d8179c4df6d951c791a80756)
@@ -51,4 +51,24 @@
 
 /**
+ *
+ * @return
+ */
+posix_uid_t posix_getuid(void)
+{
+	// TODO
+	not_implemented();
+}
+
+/**
+ * 
+ * @return
+ */
+posix_gid_t posix_getgid(void)
+{
+	// TODO
+	not_implemented();
+}
+
+/**
  * 
  * @param path
@@ -62,4 +82,15 @@
 }
 
+/**
+ * 
+ * @param name
+ * @return
+ */
+long posix_sysconf(int name)
+{
+	// TODO
+	not_implemented();
+}
+
 /** @}
  */
