diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-06 05:29:30 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-06 05:29:30 +0000 |
commit | 9ab0a75a4ac38d0ebbc15b577ac972bb69efc6c3 (patch) | |
tree | cc25e38050d2943df5b9c074d408bf9e2aae3126 /lib/libc_r/uthread/uthread_exit.c | |
parent | 3d64eb41e7459adcc556f2ee8192edfc77510528 (diff) |
ident
Diffstat (limited to 'lib/libc_r/uthread/uthread_exit.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_exit.c b/lib/libc_r/uthread/uthread_exit.c index cedb60d2bca..780e99cb4e1 100644 --- a/lib/libc_r/uthread/uthread_exit.c +++ b/lib/libc_r/uthread/uthread_exit.c @@ -29,6 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $OpenBSD: uthread_exit.c,v 1.7 1999/01/06 05:29:23 d Exp $ */ #include <errno.h> #include <unistd.h> |