X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/6b88bc9c1f6d4b32c70e7ef68f8c65266e431623..5213914c3c1657d0a00ee5ddcb253e8ffa103f28:/fakethr.h?ds=sidebyside diff --git a/fakethr.h b/fakethr.h index 098fefe..7c82aa6 100644 --- a/fakethr.h +++ b/fakethr.h @@ -1,3 +1,12 @@ +/* fakethr.h + * + * Copyright (C) 1999, by Larry Wall and others + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + typedef int perl_mutex; typedef int perl_key; @@ -54,3 +63,13 @@ struct thread_intern { #define THREAD_POST_CREATE(t) NOOP #define YIELD NOOP + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */