diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 1999-08-05 12:15:30 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-08-05 12:15:30 +0000 |
commit | fa7c4d557556a90c64eaf10038c0d2a685801357 (patch) | |
tree | 5655947168ef4eee391eb9c907e3e3f5f179574f /lib/libpthread/thread/thr_switch_np.c | |
parent | 8b5d18ec76540cbe8de427f2f3b1ae653a6e57a8 (diff) |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_switch_np.c')
-rw-r--r-- | lib/libpthread/thread/thr_switch_np.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_switch_np.c b/lib/libpthread/thread/thr_switch_np.c index 8373214e4fca2..8e5721e5a036e 100644 --- a/lib/libpthread/thread/thr_switch_np.c +++ b/lib/libpthread/thread/thr_switch_np.c @@ -29,6 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $Id$ */ #include <errno.h> #ifdef _THREAD_SAFE |