summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6/lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6/lock.h b/src/include/s6/lock.h
index e87e001..766a0a1 100644
--- a/src/include/s6/lock.h
+++ b/src/include/s6/lock.h
@@ -31,7 +31,7 @@ struct s6lock_s
{
textclient connection ;
genalloc list ; /* array of uint16_t */
- gensetdyn data ; /* set of char */
+ gensetdyn data ; /* set of unsigned char */
} ;
#define S6LOCK_ZERO { .connection = TEXTCLIENT_ZERO, .list = GENALLOC_ZERO, .data = GENSETDYN_INIT(int, 2, 0, 1) }
extern s6lock_t const s6lock_zero ;