usr/src/lib/libc/port/gen/sh_locks.c
changeset 6812 febeba71273d
parent 6515 10dab2b883e0
equal deleted inserted replaced
6811:2ed8737b86b7 6812:febeba71273d
    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 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    28 
    28 
    29 #include "synonyms.h"
    29 #include "lint.h"
    30 #include <mtlib.h>
    30 #include <mtlib.h>
    31 #include <sys/types.h>
    31 #include <sys/types.h>
    32 #include <synch.h>
    32 #include <synch.h>
    33 #include <thread.h>
    33 #include <thread.h>
    34 #include <pthread.h>
    34 #include <pthread.h>