X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetlogin_r;h=1d5c20b8365554b5d93beeec80160b02ba763ce5;hb=0fc0aa38149cc8d1b35537c56ea5d0b83eadcf56;hp=7a6f6515a716bbd032786c7f49ee8a5f2129a93b;hpb=118ba24d049832db7affcd30bed4209cb37b2b30;p=gnulib.git diff --git a/modules/getlogin_r b/modules/getlogin_r index 7a6f6515a..1d5c20b83 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -1,23 +1,26 @@ Description: -Get user name to a buffer allocated by the caller. +getlogin_r() function: Get user name to a buffer allocated by the caller. Files: -lib/getlogin_r.h lib/getlogin_r.c m4/getlogin_r.m4 Depends-on: +extensions +unistd +memchr configure.ac: -gl_GETLOGIN_R +gl_FUNC_GETLOGIN_R +gl_UNISTD_MODULE_INDICATOR([getlogin_r]) Makefile.am: Include: -"getlogin_r.h" + License: -LGPL +LGPLv2+ Maintainer: all