mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Whitespace fix in tst-tls-atexit.c
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-07-14 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* stdlib/tst-tls-atexit.c (load): Fix up whitespace.
|
||||||
|
|
||||||
2015-04-01 Wilco Dijkstra <wdijkstr@arm.com>
|
2015-04-01 Wilco Dijkstra <wdijkstr@arm.com>
|
||||||
|
|
||||||
* sysdeps/aarch64/fpu/math_private.h
|
* sysdeps/aarch64/fpu/math_private.h
|
||||||
|
@ -40,7 +40,7 @@ load (void *u)
|
|||||||
return (void *) (uintptr_t) 1;
|
return (void *) (uintptr_t) 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void (*foo) (void) = (void (*) (void)) dlsym(handle, "do_foo");
|
void (*foo) (void) = (void (*) (void)) dlsym (handle, "do_foo");
|
||||||
|
|
||||||
if (foo == NULL)
|
if (foo == NULL)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user