diff options
author | Khem Raj <kraj@mvista.com> | 2008-12-22 19:36:29 +0000 |
---|---|---|
committer | Khem Raj <kraj@mvista.com> | 2008-12-22 19:36:29 +0000 |
commit | 24b2cc0cab584b7f7824aedefc194ecd2f497074 (patch) | |
tree | 29c8b21860c93f097fac00cf3f643972d56623ad /libpthread/linuxthreads.old/wrapsyscall.c | |
parent | 17fffcee98f29cce70417afd8a00baa60466bb1c (diff) | |
download | uClibc-alpine-24b2cc0cab584b7f7824aedefc194ecd2f497074.tar.bz2 uClibc-alpine-24b2cc0cab584b7f7824aedefc194ecd2f497074.tar.xz |
Merges from trunk
Diffstat (limited to 'libpthread/linuxthreads.old/wrapsyscall.c')
-rw-r--r-- | libpthread/linuxthreads.old/wrapsyscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/wrapsyscall.c b/libpthread/linuxthreads.old/wrapsyscall.c index b0d314557..462768d9d 100644 --- a/libpthread/linuxthreads.old/wrapsyscall.c +++ b/libpthread/linuxthreads.old/wrapsyscall.c @@ -56,7 +56,7 @@ name param_list \ } #define CANCELABLE_SYSCALL_VA(res_type, name, param_list, params, last_arg) \ -res_type ##name param_list; \ +res_type name param_list; \ res_type \ __attribute__ ((weak)) \ name param_list \ |