From 1018296e271073867fd88d3d71f675848c164099 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Apr 2015 07:32:08 -0600 Subject: [PATCH] Make some file section headers more consistent with standard --- libc/audio/lib_buffer.c | 2 +- libc/math/lib_rint.c | 2 +- libc/math/lib_rintf.c | 2 +- libc/math/lib_rintl.c | 2 +- libc/misc/lib_kbddecode.c | 2 +- libc/misc/lib_kbdencode.c | 2 +- libc/misc/lib_slcddecode.c | 2 +- libc/misc/lib_slcdencode.c | 2 +- libc/mqueue/mq_getattr.c | 2 +- libc/mqueue/mq_setattr.c | 2 +- libc/pthread/pthread_attrdestroy.c | 2 +- libc/pthread/pthread_attrgetinheritsched.c | 2 +- libc/pthread/pthread_attrgetschedparam.c | 2 +- libc/pthread/pthread_attrgetschedpolicy.c | 2 +- libc/pthread/pthread_attrgetstacksize.c | 2 +- libc/pthread/pthread_attrinit.c | 2 +- libc/pthread/pthread_attrsetinheritsched.c | 2 +- libc/pthread/pthread_attrsetschedparam.c | 2 +- libc/pthread/pthread_attrsetschedpolicy.c | 2 +- libc/pthread/pthread_attrsetstacksize.c | 2 +- libc/pthread/pthread_barrierattrdestroy.c | 2 +- libc/pthread/pthread_barrierattrgetpshared.c | 2 +- libc/pthread/pthread_barrierattrinit.c | 2 +- libc/pthread/pthread_barrierattrsetpshared.c | 2 +- libc/pthread/pthread_mutexattrdestroy.c | 2 +- libc/pthread/pthread_mutexattrgetpshared.c | 2 +- libc/pthread/pthread_mutexattrgettype.c | 2 +- libc/pthread/pthread_mutexattrinit.c | 2 +- libc/pthread/pthread_mutexattrsetpshared.c | 2 +- libc/pthread/pthread_mutexattrsettype.c | 2 +- libc/sched/sched_getprioritymax.c | 2 +- libc/sched/sched_getprioritymin.c | 2 +- libc/semaphore/sem_getvalue.c | 2 +- libc/semaphore/sem_init.c | 2 +- libc/signal/sig_addset.c | 2 +- libc/signal/sig_delset.c | 2 +- libc/signal/sig_emptyset.c | 2 +- libc/signal/sig_fillset.c | 2 +- libc/stdio/lib_fgetc.c | 2 +- libc/stdio/lib_fgetpos.c | 2 +- libc/stdio/lib_fprintf.c | 2 +- libc/stdio/lib_fputc.c | 2 +- libc/stdio/lib_fputs.c | 2 +- libc/stdio/lib_fseek.c | 2 +- libc/stdio/lib_fsetpos.c | 2 +- libc/stdio/lib_fwrite.c | 2 +- libc/stdio/lib_libsprintf.c | 2 +- libc/stdio/lib_printf.c | 2 +- libc/stdio/lib_puts.c | 2 +- libc/stdio/lib_rdflush.c | 2 +- libc/stdio/lib_sprintf.c | 2 +- libc/stdio/lib_ungetc.c | 2 +- libc/stdio/lib_vprintf.c | 2 +- libc/stdlib/lib_qsort.c | 2 +- libc/string/lib_strerror.c | 2 +- libc/time/lib_gmtime.c | 2 +- libc/time/lib_gmtimer.c | 2 +- libc/time/lib_mktime.c | 2 +- libc/time/lib_strftime.c | 2 +- libc/unistd/lib_access.c | 2 +- libc/unistd/lib_getcwd.c | 2 +- libc/unistd/lib_sleep.c | 2 +- libc/unistd/lib_usleep.c | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/libc/audio/lib_buffer.c b/libc/audio/lib_buffer.c index 3fff9f3e5ae..cfcf43f2dc2 100644 --- a/libc/audio/lib_buffer.c +++ b/libc/audio/lib_buffer.c @@ -57,7 +57,7 @@ #if defined(CONFIG_AUDIO) /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/libc/math/lib_rint.c b/libc/math/lib_rint.c index 7454cc7394b..48a2d762f50 100644 --- a/libc/math/lib_rint.c +++ b/libc/math/lib_rint.c @@ -48,7 +48,7 @@ #include /************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************/ /************************************************************ diff --git a/libc/math/lib_rintf.c b/libc/math/lib_rintf.c index 62096a279bf..83147d82b12 100644 --- a/libc/math/lib_rintf.c +++ b/libc/math/lib_rintf.c @@ -48,7 +48,7 @@ #include /************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************/ /************************************************************ diff --git a/libc/math/lib_rintl.c b/libc/math/lib_rintl.c index 1c9087241b7..5bc6cadbd7c 100644 --- a/libc/math/lib_rintl.c +++ b/libc/math/lib_rintl.c @@ -48,7 +48,7 @@ #include /************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************/ /************************************************************ diff --git a/libc/misc/lib_kbddecode.c b/libc/misc/lib_kbddecode.c index 7ffc71b61ec..95330f98924 100644 --- a/libc/misc/lib_kbddecode.c +++ b/libc/misc/lib_kbddecode.c @@ -49,7 +49,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ #define NDX_ESC 0 diff --git a/libc/misc/lib_kbdencode.c b/libc/misc/lib_kbdencode.c index dfd7bb518da..f2198600330 100644 --- a/libc/misc/lib_kbdencode.c +++ b/libc/misc/lib_kbdencode.c @@ -48,7 +48,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/misc/lib_slcddecode.c b/libc/misc/lib_slcddecode.c index 72c36874f86..00055de3607 100644 --- a/libc/misc/lib_slcddecode.c +++ b/libc/misc/lib_slcddecode.c @@ -50,7 +50,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ /* Define CONFIG_DEBUG_LCD to enable detailed LCD debug output. Verbose diff --git a/libc/misc/lib_slcdencode.c b/libc/misc/lib_slcdencode.c index b239873fbd9..73cc2228315 100644 --- a/libc/misc/lib_slcdencode.c +++ b/libc/misc/lib_slcdencode.c @@ -48,7 +48,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/mqueue/mq_getattr.c b/libc/mqueue/mq_getattr.c index 2fc0e131be9..0a3a0fed55e 100644 --- a/libc/mqueue/mq_getattr.c +++ b/libc/mqueue/mq_getattr.c @@ -43,7 +43,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/libc/mqueue/mq_setattr.c b/libc/mqueue/mq_setattr.c index 45a848e6d7e..03b01f1933e 100644 --- a/libc/mqueue/mq_setattr.c +++ b/libc/mqueue/mq_setattr.c @@ -45,7 +45,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/libc/pthread/pthread_attrdestroy.c b/libc/pthread/pthread_attrdestroy.c index 37ad46ebcd3..0e2091808a6 100644 --- a/libc/pthread/pthread_attrdestroy.c +++ b/libc/pthread/pthread_attrdestroy.c @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetinheritsched.c b/libc/pthread/pthread_attrgetinheritsched.c index 6ec8ae71f6d..4471c98e597 100644 --- a/libc/pthread/pthread_attrgetinheritsched.c +++ b/libc/pthread/pthread_attrgetinheritsched.c @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetschedparam.c b/libc/pthread/pthread_attrgetschedparam.c index a98418ba035..e15330d319a 100644 --- a/libc/pthread/pthread_attrgetschedparam.c +++ b/libc/pthread/pthread_attrgetschedparam.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetschedpolicy.c b/libc/pthread/pthread_attrgetschedpolicy.c index 3ae991ff931..1c3b47ba67d 100644 --- a/libc/pthread/pthread_attrgetschedpolicy.c +++ b/libc/pthread/pthread_attrgetschedpolicy.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetstacksize.c b/libc/pthread/pthread_attrgetstacksize.c index fa78f14f782..4b3cd4b9148 100644 --- a/libc/pthread/pthread_attrgetstacksize.c +++ b/libc/pthread/pthread_attrgetstacksize.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrinit.c b/libc/pthread/pthread_attrinit.c index 644e94e2ced..3a304629f28 100644 --- a/libc/pthread/pthread_attrinit.c +++ b/libc/pthread/pthread_attrinit.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrsetinheritsched.c b/libc/pthread/pthread_attrsetinheritsched.c index 1102fe176ac..ccbe81626de 100644 --- a/libc/pthread/pthread_attrsetinheritsched.c +++ b/libc/pthread/pthread_attrsetinheritsched.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrsetschedparam.c b/libc/pthread/pthread_attrsetschedparam.c index 587d62206bf..9d85cd39dbc 100644 --- a/libc/pthread/pthread_attrsetschedparam.c +++ b/libc/pthread/pthread_attrsetschedparam.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrsetschedpolicy.c b/libc/pthread/pthread_attrsetschedpolicy.c index e1d1c861959..d7bb1ff5c44 100644 --- a/libc/pthread/pthread_attrsetschedpolicy.c +++ b/libc/pthread/pthread_attrsetschedpolicy.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrsetstacksize.c b/libc/pthread/pthread_attrsetstacksize.c index fca993baf88..8a19105981a 100644 --- a/libc/pthread/pthread_attrsetstacksize.c +++ b/libc/pthread/pthread_attrsetstacksize.c @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_barrierattrdestroy.c b/libc/pthread/pthread_barrierattrdestroy.c index 5519caa61fa..7699ecdfda6 100644 --- a/libc/pthread/pthread_barrierattrdestroy.c +++ b/libc/pthread/pthread_barrierattrdestroy.c @@ -44,7 +44,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrgetpshared.c b/libc/pthread/pthread_barrierattrgetpshared.c index 83faffae080..ebd2ef81e9b 100644 --- a/libc/pthread/pthread_barrierattrgetpshared.c +++ b/libc/pthread/pthread_barrierattrgetpshared.c @@ -44,7 +44,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrinit.c b/libc/pthread/pthread_barrierattrinit.c index 7ab1018835a..c1fc8f95d0b 100644 --- a/libc/pthread/pthread_barrierattrinit.c +++ b/libc/pthread/pthread_barrierattrinit.c @@ -44,7 +44,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrsetpshared.c b/libc/pthread/pthread_barrierattrsetpshared.c index 2585de7a0d4..da08de53844 100644 --- a/libc/pthread/pthread_barrierattrsetpshared.c +++ b/libc/pthread/pthread_barrierattrsetpshared.c @@ -44,7 +44,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_mutexattrdestroy.c b/libc/pthread/pthread_mutexattrdestroy.c index 82a13c300eb..ad92c4c1564 100644 --- a/libc/pthread/pthread_mutexattrdestroy.c +++ b/libc/pthread/pthread_mutexattrdestroy.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrgetpshared.c b/libc/pthread/pthread_mutexattrgetpshared.c index 399fc185769..e930a38a577 100644 --- a/libc/pthread/pthread_mutexattrgetpshared.c +++ b/libc/pthread/pthread_mutexattrgetpshared.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrgettype.c b/libc/pthread/pthread_mutexattrgettype.c index 3b8b3ec0521..f5d662f7b1f 100644 --- a/libc/pthread/pthread_mutexattrgettype.c +++ b/libc/pthread/pthread_mutexattrgettype.c @@ -44,7 +44,7 @@ #ifdef CONFIG_MUTEX_TYPES /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrinit.c b/libc/pthread/pthread_mutexattrinit.c index f8c27219532..cbb2f29ead6 100644 --- a/libc/pthread/pthread_mutexattrinit.c +++ b/libc/pthread/pthread_mutexattrinit.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrsetpshared.c b/libc/pthread/pthread_mutexattrsetpshared.c index 7501fd980b1..94a07dda055 100644 --- a/libc/pthread/pthread_mutexattrsetpshared.c +++ b/libc/pthread/pthread_mutexattrsetpshared.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrsettype.c b/libc/pthread/pthread_mutexattrsettype.c index 068a27dc267..b0641b384af 100644 --- a/libc/pthread/pthread_mutexattrsettype.c +++ b/libc/pthread/pthread_mutexattrsettype.c @@ -44,7 +44,7 @@ #ifdef CONFIG_MUTEX_TYPES /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/sched/sched_getprioritymax.c b/libc/sched/sched_getprioritymax.c index 6ea37e76a94..fd3fdd490b3 100644 --- a/libc/sched/sched_getprioritymax.c +++ b/libc/sched/sched_getprioritymax.c @@ -42,7 +42,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/libc/sched/sched_getprioritymin.c b/libc/sched/sched_getprioritymin.c index b5156f4df0e..27156b6558c 100644 --- a/libc/sched/sched_getprioritymin.c +++ b/libc/sched/sched_getprioritymin.c @@ -42,7 +42,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/libc/semaphore/sem_getvalue.c b/libc/semaphore/sem_getvalue.c index ce9d12611a9..3c92aa26634 100644 --- a/libc/semaphore/sem_getvalue.c +++ b/libc/semaphore/sem_getvalue.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/semaphore/sem_init.c b/libc/semaphore/sem_init.c index 7732eb57a5b..c0554ef51b7 100644 --- a/libc/semaphore/sem_init.c +++ b/libc/semaphore/sem_init.c @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_addset.c b/libc/signal/sig_addset.c index 06ddabd6b28..3a9da104cc5 100644 --- a/libc/signal/sig_addset.c +++ b/libc/signal/sig_addset.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_delset.c b/libc/signal/sig_delset.c index 04112d87296..58e17ec1e3d 100644 --- a/libc/signal/sig_delset.c +++ b/libc/signal/sig_delset.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_emptyset.c b/libc/signal/sig_emptyset.c index 16ddd3f68f8..4163fe1560a 100644 --- a/libc/signal/sig_emptyset.c +++ b/libc/signal/sig_emptyset.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_fillset.c b/libc/signal/sig_fillset.c index 99ee95c1ff5..ceeafdd3134 100644 --- a/libc/signal/sig_fillset.c +++ b/libc/signal/sig_fillset.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fgetc.c b/libc/stdio/lib_fgetc.c index 81e2e4ba725..297d5e71644 100644 --- a/libc/stdio/lib_fgetc.c +++ b/libc/stdio/lib_fgetc.c @@ -45,7 +45,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fgetpos.c b/libc/stdio/lib_fgetpos.c index 0d1f53e9611..5727c63ef97 100644 --- a/libc/stdio/lib_fgetpos.c +++ b/libc/stdio/lib_fgetpos.c @@ -50,7 +50,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fprintf.c b/libc/stdio/lib_fprintf.c index 5b6fe58f42d..718dc40f5bf 100644 --- a/libc/stdio/lib_fprintf.c +++ b/libc/stdio/lib_fprintf.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fputc.c b/libc/stdio/lib_fputc.c index 5d8065b431f..d6029b07b96 100644 --- a/libc/stdio/lib_fputc.c +++ b/libc/stdio/lib_fputc.c @@ -45,7 +45,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fputs.c b/libc/stdio/lib_fputs.c index 7b87a89d00a..fdfbd53904e 100644 --- a/libc/stdio/lib_fputs.c +++ b/libc/stdio/lib_fputs.c @@ -52,7 +52,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fseek.c b/libc/stdio/lib_fseek.c index 762682cb981..c73d5154a17 100644 --- a/libc/stdio/lib_fseek.c +++ b/libc/stdio/lib_fseek.c @@ -52,7 +52,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fsetpos.c b/libc/stdio/lib_fsetpos.c index 31964337e38..6cf1c9eedb2 100644 --- a/libc/stdio/lib_fsetpos.c +++ b/libc/stdio/lib_fsetpos.c @@ -52,7 +52,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fwrite.c b/libc/stdio/lib_fwrite.c index e8de004feba..e10eef8e190 100644 --- a/libc/stdio/lib_fwrite.c +++ b/libc/stdio/lib_fwrite.c @@ -45,7 +45,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libsprintf.c b/libc/stdio/lib_libsprintf.c index 2d820ab37b7..fd7fa56e327 100644 --- a/libc/stdio/lib_libsprintf.c +++ b/libc/stdio/lib_libsprintf.c @@ -41,7 +41,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_printf.c b/libc/stdio/lib_printf.c index f9446ed716c..b306ca3b348 100644 --- a/libc/stdio/lib_printf.c +++ b/libc/stdio/lib_printf.c @@ -47,7 +47,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_puts.c b/libc/stdio/lib_puts.c index 53eda7081e8..a9317dc4992 100644 --- a/libc/stdio/lib_puts.c +++ b/libc/stdio/lib_puts.c @@ -45,7 +45,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_rdflush.c b/libc/stdio/lib_rdflush.c index c6136792bb9..efc5d4ea02c 100644 --- a/libc/stdio/lib_rdflush.c +++ b/libc/stdio/lib_rdflush.c @@ -51,7 +51,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_sprintf.c b/libc/stdio/lib_sprintf.c index 113531b5d69..347efc59cba 100644 --- a/libc/stdio/lib_sprintf.c +++ b/libc/stdio/lib_sprintf.c @@ -41,7 +41,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_ungetc.c b/libc/stdio/lib_ungetc.c index bf8699a384d..68eb5d5c038 100644 --- a/libc/stdio/lib_ungetc.c +++ b/libc/stdio/lib_ungetc.c @@ -49,7 +49,7 @@ #include "lib_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_vprintf.c b/libc/stdio/lib_vprintf.c index 6ddfe2b246f..13890e928b8 100644 --- a/libc/stdio/lib_vprintf.c +++ b/libc/stdio/lib_vprintf.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdlib/lib_qsort.c b/libc/stdlib/lib_qsort.c index 0ce30e99975..8850f50c10d 100644 --- a/libc/stdlib/lib_qsort.c +++ b/libc/stdlib/lib_qsort.c @@ -50,7 +50,7 @@ #include /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ #define min(a, b) (a) < (b) ? a : b diff --git a/libc/string/lib_strerror.c b/libc/string/lib_strerror.c index 0c7ca28fd85..58724de35c1 100644 --- a/libc/string/lib_strerror.c +++ b/libc/string/lib_strerror.c @@ -44,7 +44,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/libc/time/lib_gmtime.c b/libc/time/lib_gmtime.c index 7a4d0f5e14a..9ad67090032 100644 --- a/libc/time/lib_gmtime.c +++ b/libc/time/lib_gmtime.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_gmtimer.c b/libc/time/lib_gmtimer.c index 2597c429fce..59b32fe57ed 100644 --- a/libc/time/lib_gmtimer.c +++ b/libc/time/lib_gmtimer.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define SEC_PER_MIN ((time_t)60) diff --git a/libc/time/lib_mktime.c b/libc/time/lib_mktime.c index b2d77e6b6c2..5a9c11163e0 100644 --- a/libc/time/lib_mktime.c +++ b/libc/time/lib_mktime.c @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_strftime.c b/libc/time/lib_strftime.c index e9e52ed84ba..83171c7cb41 100644 --- a/libc/time/lib_strftime.c +++ b/libc/time/lib_strftime.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_access.c b/libc/unistd/lib_access.c index 4871179507e..ce7e24c7ed8 100644 --- a/libc/unistd/lib_access.c +++ b/libc/unistd/lib_access.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getcwd.c b/libc/unistd/lib_getcwd.c index 5820a7c04c5..694af4070d1 100644 --- a/libc/unistd/lib_getcwd.c +++ b/libc/unistd/lib_getcwd.c @@ -50,7 +50,7 @@ #if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_sleep.c b/libc/unistd/lib_sleep.c index 408077075f7..23b6cfb838f 100644 --- a/libc/unistd/lib_sleep.c +++ b/libc/unistd/lib_sleep.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_usleep.c b/libc/unistd/lib_usleep.c index 3088c7737b5..c09de769d8e 100644 --- a/libc/unistd/lib_usleep.c +++ b/libc/unistd/lib_usleep.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /****************************************************************************