1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* po/sv.po: Update from translation team.

This commit is contained in:
Ulrich Drepper
2006-10-29 21:50:49 +00:00
parent b94817f913
commit 6e6278064a
13 changed files with 90 additions and 83 deletions

View File

@@ -100,13 +100,13 @@ __##syscall_name##_nocancel: \
#elif !defined __ASSEMBLER__
# ifdef IS_IN_rtld
# define SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
header.multiple_threads) == 0, 1)
# else
# define SINGLE_THREAD_P (1)
# endif
# define SINGLE_THREAD_P (1)
# define NO_CANCELLATION 1
#endif
#ifndef __ASSEMBLER__
# define RTLD_SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
header.multiple_threads) == 0, 1)
#endif

View File

@@ -98,13 +98,13 @@ __##syscall_name##_nocancel: \
#elif !defined __ASSEMBLER__
# ifdef IS_IN_rtld
# define SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
header.multiple_threads) == 0, 1)
# else
# define SINGLE_THREAD_P (1)
# endif
# define SINGLE_THREAD_P (1)
# define NO_CANCELLATION 1
#endif
#ifndef __ASSEMBLER__
# define RTLD_SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
header.multiple_threads) == 0, 1)
#endif