diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 12:23:51 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 12:23:51 +0000 |
commit | d0a847fd8a6f89095b20c44fac4f28530481a567 (patch) | |
tree | 1f54c4e3a8b1d6144faba0cd5e5d221fbd61858d /libpthread/linuxthreads/libc-cancellation.c | |
parent | 6ba0493bc34fe6ebeb33c7ab25215f75c0b07c05 (diff) |
Remove unneeded ; after *_alias
Diffstat (limited to 'libpthread/linuxthreads/libc-cancellation.c')
-rw-r--r-- | libpthread/linuxthreads/libc-cancellation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/libc-cancellation.c b/libpthread/linuxthreads/libc-cancellation.c index c28920feb..d97359b22 100644 --- a/libpthread/linuxthreads/libc-cancellation.c +++ b/libpthread/linuxthreads/libc-cancellation.c @@ -32,7 +32,7 @@ weak_extern (__pthread_do_exit) # endif int __libc_multiple_threads attribute_hidden __attribute__((nocommon)); -strong_alias (__libc_multiple_threads, __librt_multiple_threads); +strong_alias (__libc_multiple_threads, __librt_multiple_threads) /* The next two functions are similar to pthread_setcanceltype() but more specialized for the use in the cancelable functions like write(). |