* lib/glthread/thread.h: Modernize comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 08:07:21 +0000 (01:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 08:07:21 +0000 (01:07 -0700)
ChangeLog
lib/glthread/thread.h

index a8a00cadd58eb9d74ef7beaed7117e4862437bc3..ca9efc08d38c385641305f8d1383a4f084f87b55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * lib/glthread/thread.h: Modernize comment.
+
        obstack: use _Noreturn
        * lib/obstack.c (__attribute__): Remove macro.
        (print_and_abort): Use _Noreturn.
index 2a819f9fab551e9200280a219f7f409ac7c701ce..3d7f7601d100f5faf5eef721b46043a2d73a9346 100644 (file)
@@ -53,7 +53,7 @@
 
    Terminating the current thread:
        gl_thread_exit (return_value);
-       extern void gl_thread_exit (void *return_value) __attribute__ ((noreturn));
+       extern _Noreturn void gl_thread_exit (void *return_value);
 
    Requesting custom code to be executed at fork() time(not supported on all
    platforms):