xref: /csrg-svn/lib/libc/hp300/sys/_getlogin.s (revision 47890)
147889Sbostic/*-
2*47890Sbostic * Copyright (c) 1990 The Regents of the University of California.
347889Sbostic * All rights reserved.
447889Sbostic *
5*47890Sbostic * %sccs.include.redist.c%
647889Sbostic */
747889Sbostic
847889Sbostic#if defined(LIBC_SCCS) && !defined(lint)
9*47890Sbostic	.asciz "@(#)_getlogin.s	5.2 (Berkeley) 04/12/91"
1047889Sbostic#endif /* LIBC_SCCS and not lint */
1147889Sbostic
12*47890Sbostic#include "SYS.h"
1347889Sbostic
1447889SbosticPSEUDO(_getlogin,getlogin)	/* _getlogin(buf, buflen) */
1547889Sbostic	ret
16