nitc: move up the default values of a project from the android platform
[nit.git] / lib / posix_ext.nit
index c89de52..32d1a71 100644 (file)
@@ -18,5 +18,6 @@
 module posix_ext
 
 redef extern class Passwd
+       # User information
        fun gecos: String import NativeString.to_s `{ return NativeString_to_s(recv->pw_gecos); `}
 end