xref: /csrg-svn/lib/libc/hp300/sys/_getlogin.s (revision 47889)
1*47889Sbostic/*-
2*47889Sbostic * Copyright (c) 1983 The Regents of the University of California.
3*47889Sbostic * All rights reserved.
4*47889Sbostic *
5*47889Sbostic * Redistribution and use in source and binary forms are permitted
6*47889Sbostic * provided that: (1) source distributions retain this entire copyright
7*47889Sbostic * notice and comment, and (2) distributions including binaries display
8*47889Sbostic * the following acknowledgement:  ``This product includes software
9*47889Sbostic * developed by the University of California, Berkeley and its contributors''
10*47889Sbostic * in the documentation or other materials provided with the distribution
11*47889Sbostic * and in all advertising materials mentioning features or use of this
12*47889Sbostic * software. Neither the name of the University nor the names of its
13*47889Sbostic * contributors may be used to endorse or promote products derived
14*47889Sbostic * from this software without specific prior written permission.
15*47889Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
16*47889Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
17*47889Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18*47889Sbostic */
19*47889Sbostic
20*47889Sbostic#include "SYS.h"
21*47889Sbostic
22*47889Sbostic#if defined(LIBC_SCCS) && !defined(lint)
23*47889Sbostic	ASMSTR "@(#)_getlogin.s	5.4 (Berkeley) 5/30/90"
24*47889Sbostic#endif /* LIBC_SCCS and not lint */
25*47889Sbostic
26*47889Sbostic/* internal version of getlogin() */
27*47889Sbostic
28*47889SbosticPSEUDO(_getlogin,getlogin)	/* _getlogin(buf, buflen) */
29*47889Sbostic	ret
30