about summary refs log tree commit diff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-15 09:49:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-15 09:49:07 +0000
commit5544c7e000393be4ca4fe9870fbc7bf2b0d8f0e4 (patch)
tree6144398bd0dcb26aae15c4c80f098082f7c85c25 /ports/sysdeps
parent9770df4f12343901621436a7d4f6c43f9ae635a0 (diff)
downloadglibc-5544c7e000393be4ca4fe9870fbc7bf2b0d8f0e4.tar.gz
glibc-5544c7e000393be4ca4fe9870fbc7bf2b0d8f0e4.tar.xz
glibc-5544c7e000393be4ca4fe9870fbc7bf2b0d8f0e4.zip
Update MIPS dl-lookup.c from generic version.
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/mips/dl-lookup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/dl-lookup.c b/ports/sysdeps/mips/dl-lookup.c
index f7e98b7f53..e62c7d0608 100644
--- a/ports/sysdeps/mips/dl-lookup.c
+++ b/ports/sysdeps/mips/dl-lookup.c
@@ -1,6 +1,6 @@
 /* Look up a symbol in the loaded objects.
    MIPS/Linux version - special handling of non-PIC undefined symbol rules.
-   Copyright (C) 1995-2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1995-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -28,6 +28,7 @@
 #include <sysdep-cancel.h>
 #include <bits/libc-lock.h>
 #include <tls.h>
+#include <atomic.h>
 
 #include <assert.h>