diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-13 09:47:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-13 09:47:47 +0200 |
commit | 8dd3b8aaa54a0c3a2661df4f8f629a3b5085d37b (patch) | |
tree | e349d0c2a56d74bd37fa7a3c55159fcbd1de6f2f /info/libgamma.texinfo | |
parent | libgamma_crtc_set_gamma_ramps8 is not hot (diff) | |
download | libgamma-8dd3b8aaa54a0c3a2661df4f8f629a3b5085d37b.tar.gz libgamma-8dd3b8aaa54a0c3a2661df4f8f629a3b5085d37b.tar.bz2 libgamma-8dd3b8aaa54a0c3a2661df4f8f629a3b5085d37b.tar.xz |
group gid and group name, in libgamma-error, are thread local
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/libgamma.texinfo')
-rw-r--r-- | info/libgamma.texinfo | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 1903144..eb3cfd3 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -1280,8 +1280,11 @@ group is stored in @code{libgamma_group_name}. @code{NULL} is stored if the name of the group cannto be determined. @file{libgamma.h} give you access to these variables, they are defined -as @code{gid_t} and @code{const char*} types -respectively. +as @code{gid_t} (@code{short int} for Windows) +and @code{const char*} types respectively. +Additionally, except on Windows, these use thread +local storage, defined with the @code{__thread} +modifier. @command{libgamma} defines the following error codes that its functions may return: |