]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pthread_getattr_np.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2020 12:22:59 +0000 (14:22 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2020 12:22:59 +0000 (14:22 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/pthread_getattr_np.3

index 2989381e88fcc6228cae07acaeda06038851368d..01716b99d0a76b42d162ba89d51580457d75f386 100644 (file)
@@ -269,7 +269,7 @@ get_thread_attributes_from_cl(int argc, char *argv[],
 {
     int s, opt, allocate_stack;
     long stack_size, guard_size;
-            void *stack_addr;
+    void *stack_addr;
     pthread_attr_t *ret_attrp = NULL;   /* Set to attrp if we initialize
                                            a thread attributes object */
     allocate_stack = 0;