diff options
| author | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 08:45:36 +0000 |
|---|---|---|
| committer | Jonathan Mini <mini@FreeBSD.org> | 2002-09-16 08:45:36 +0000 |
| commit | cc118d869b950c0c5b934133ed4184e83d88553b (patch) | |
| tree | 6cfc3adc606bf24f8d8f276256e9b391c6d7618b /lib/libpthread/thread/thr_spinlock.c | |
| parent | 2c16ed2973fd134f416f3a24e9a01c939b8ffa5e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_spinlock.c')
| -rw-r--r-- | lib/libpthread/thread/thr_spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_spinlock.c b/lib/libpthread/thread/thr_spinlock.c index e05aa4a5fc0b..544ea3cdf857 100644 --- a/lib/libpthread/thread/thr_spinlock.c +++ b/lib/libpthread/thread/thr_spinlock.c @@ -42,7 +42,7 @@ #include <libc_private.h> -#include "pthread_private.h" +#include "thr_private.h" /* * Lock a location for the running thread. Yield to allow other |
