mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 22:53:37 +08:00
Add a missing #include.
This commit is contained in:
parent
5908bf4662
commit
1ec79f2673
@ -1,6 +1,7 @@
|
|||||||
2012-08-14 Roland McGrath <roland@hack.frob.com>
|
2012-08-14 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* elf/dl-open.c: Include <atomic.h>.
|
* elf/dl-open.c: Include <atomic.h>.
|
||||||
|
* elf/dl-lookup.c: Likewise.
|
||||||
|
|
||||||
2012-08-14 Joseph Myers <joseph@codesourcery.com>
|
2012-08-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Look up a symbol in the loaded objects.
|
/* Look up a symbol in the loaded objects.
|
||||||
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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -27,6 +27,7 @@
|
|||||||
#include <sysdep-cancel.h>
|
#include <sysdep-cancel.h>
|
||||||
#include <bits/libc-lock.h>
|
#include <bits/libc-lock.h>
|
||||||
#include <tls.h>
|
#include <tls.h>
|
||||||
|
#include <atomic.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user