usr/src/lib/libc/sparcv9/gen/memset.s
changeset 7298 b69e27387f74
parent 6812 febeba71273d
equal deleted inserted replaced
7297:e4b614b9dc04 7298:b69e27387f74
    22 /*
    22 /*
    23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    23  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    24  * Use is subject to license terms.
    24  * Use is subject to license terms.
    25  */
    25  */
    26 
    26 
    27 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    27 	.file	"memset.s"
    28 
       
    29 	.file	"%M%"
       
    30 
    28 
    31 /*
    29 /*
    32  * memset(sp, c, n)
    30  * memset(sp, c, n)
    33  *
    31  *
    34  * Set an array of n chars starting at sp to the character c.
    32  * Set an array of n chars starting at sp to the character c.