142474Sbostic/*- 242474Sbostic * Copyright (c) 1983 The Regents of the University of California. 336850Skfall * All rights reserved. 436850Skfall * 542474Sbostic * %sccs.include.redist.c% 636850Skfall */ 736850Skfall 836850Skfall#include "SYS.h" 936850Skfall 1042474Sbostic#if defined(LIBC_SCCS) && !defined(lint) 11*48801Storek ASMSTR "@(#)_getlogin.s 5.5 (Berkeley) 04/28/91" 1242474Sbostic#endif /* LIBC_SCCS and not lint */ 1342474Sbostic 1438791Skarels/* internal version of getlogin() */ 1538791Skarels 1642474SbosticPSEUDO(_getlogin,getlogin) /* _getlogin(buf, buflen) */ 17