diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-07 08:31:52 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-09-07 08:31:52 -0700 |
commit | 3d60eb17340768688bd287580c32365c1e925487 (patch) | |
tree | 77bf75b39e336117cca7b5cafc9cec4d96f2c72d /nptl/sysdeps | |
parent | 7a7e49c020125d444fec7fded51bd5f82bfc8c49 (diff) | |
download | glibc-3d60eb17340768688bd287580c32365c1e925487.tar.gz glibc-3d60eb17340768688bd287580c32365c1e925487.tar.xz glibc-3d60eb17340768688bd287580c32365c1e925487.zip |
Fix malformed #pragma.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/pthread/bits/libc-lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/bits/libc-lock.h b/nptl/sysdeps/pthread/bits/libc-lock.h index a597f3b5a6..0cad8aa899 100644 --- a/nptl/sysdeps/pthread/bits/libc-lock.h +++ b/nptl/sysdeps/pthread/bits/libc-lock.h @@ -529,7 +529,7 @@ extern int __pthread_atfork (void (*__prepare) (void), # if _LIBC # include <bp-sym.h> # else -# define BP_SYM (sym) sym +# define BP_SYM(sym) sym # endif weak_extern (BP_SYM (__pthread_mutex_init)) weak_extern (BP_SYM (__pthread_mutex_destroy)) |