aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/rwlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/rwlock.c')
-rw-r--r--linuxthreads/rwlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/rwlock.c b/linuxthreads/rwlock.c
index 1fb18a3f9e..1d78b78cdf 100644
--- a/linuxthreads/rwlock.c
+++ b/linuxthreads/rwlock.c
@@ -23,8 +23,8 @@
#include <pthread.h>
#include "internals.h"
#include "queue.h"
-#include "restart.h"
#include "spinlock.h"
+#include "restart.h"
int
pthread_rwlock_init (pthread_rwlock_t *rwlock,