usr/src/lib/libc/common/sys/putmsg.s
changeset 7298 b69e27387f74
parent 5891 0d5c6468bb04
equal deleted inserted replaced
7297:e4b614b9dc04 7298:b69e27387f74
    25 /*
    25 /*
    26  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    26  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    27  * Use is subject to license terms.
    27  * Use is subject to license terms.
    28  */
    28  */
    29 
    29 
    30 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    30 	.file	"putmsg.s"
    31 
       
    32 	.file	"%M%"
       
    33 
    31 
    34 /* C library -- putmsg						*/
    32 /* C library -- putmsg						*/
    35 /* int __putmsg(int fd, struct const strbuf *ctlptr,		*/
    33 /* int __putmsg(int fd, struct const strbuf *ctlptr,		*/
    36 /*	struct const strbuf *dataptr, int *flags)		*/
    34 /*	struct const strbuf *dataptr, int *flags)		*/
    37 
    35