Reverted last patch.
From-SVN: r195174
This commit is contained in:
parent
2bc153600f
commit
4bd18faef2
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,3 @@
|
|||
2013-01-14 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* generic-morestack-thread.c: Change declaration of
|
||||
__real_pthread_create to not be weak.
|
||||
|
||||
2013-01-14 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
* config/avr/lib1funcs.S: Remove trailing blanks.
|
||||
|
|
|
@ -136,7 +136,8 @@ int __wrap_pthread_create (pthread_t *, const pthread_attr_t *,
|
|||
__attribute__ ((visibility ("hidden")));
|
||||
|
||||
extern int __real_pthread_create (pthread_t *, const pthread_attr_t *,
|
||||
void *(*start_routine) (void *), void *);
|
||||
void *(*start_routine) (void *), void *)
|
||||
__attribute__ ((weak));
|
||||
|
||||
int
|
||||
__wrap_pthread_create (pthread_t *tid, const pthread_attr_t *attr,
|
||||
|
|
Loading…
Add table
Reference in a new issue