diff --git a/drivers/bch/bchdev_driver.c b/drivers/bch/bchdev_driver.c index 556709e8b83..e74ef3f7f7b 100644 --- a/drivers/bch/bchdev_driver.c +++ b/drivers/bch/bchdev_driver.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/drivers/pipes/pipe.c b/drivers/pipes/pipe.c index b54f051cf56..eb898bfec73 100644 --- a/drivers/pipes/pipe.c +++ b/drivers/pipes/pipe.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/drivers/pwm.c b/drivers/pwm.c index 03958b6778f..78b60751c04 100644 --- a/drivers/pwm.c +++ b/drivers/pwm.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/drivers/sensors/qencoder.c b/drivers/sensors/qencoder.c index eba9337a011..7f6edd09788 100644 --- a/drivers/sensors/qencoder.c +++ b/drivers/sensors/qencoder.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/README.txt b/libc/README.txt index dd8a94020d4..313c71e7e50 100644 --- a/libc/README.txt +++ b/libc/README.txt @@ -29,10 +29,12 @@ in the include/ directory provides the prototype for library functions. So we have: audio - This part of he audio system: nuttx/audio/audio.h + dllfcn - dllfcn.h hex2bin - hex2bin.h libgen - libgen.h locale - locale.h fixedmath - fixedmath.h + machine - Various architecture-specifica implementations. math - math.h net - Various network-related header files: netinet/ether.h, arpa/inet.h pthread - pthread.h diff --git a/libc/math/lib_rint.c b/libc/math/lib_rint.c index 2e6af43a877..3ff1cd02f99 100644 --- a/libc/math/lib_rint.c +++ b/libc/math/lib_rint.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/math/lib_rintf.c b/libc/math/lib_rintf.c index 9a3c06df280..17148b3d29d 100644 --- a/libc/math/lib_rintf.c +++ b/libc/math/lib_rintf.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/math/lib_rintl.c b/libc/math/lib_rintl.c index 03d5de04426..d5f24dc8c66 100644 --- a/libc/math/lib_rintl.c +++ b/libc/math/lib_rintl.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/net/lib_addroute.c b/libc/net/lib_addroute.c index 33a8dd0aadf..8c7012abe8c 100644 --- a/libc/net/lib_addroute.c +++ b/libc/net/lib_addroute.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/net/lib_delroute.c b/libc/net/lib_delroute.c index 862e8ebcbf7..5110659c48c 100644 --- a/libc/net/lib_delroute.c +++ b/libc/net/lib_delroute.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/net/lib_htons.c b/libc/net/lib_htons.c index ce33b879ea3..d68d000b589 100644 --- a/libc/net/lib_htons.c +++ b/libc/net/lib_htons.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/queue/dq_addafter.c b/libc/queue/dq_addafter.c index e4965c802c1..85d76edeb6e 100644 --- a/libc/queue/dq_addafter.c +++ b/libc/queue/dq_addafter.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fgetc.c b/libc/stdio/lib_fgetc.c index c4b32d69b99..e71d91a2d6d 100644 --- a/libc/stdio/lib_fgetc.c +++ b/libc/stdio/lib_fgetc.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fgetpos.c b/libc/stdio/lib_fgetpos.c index deca7e44550..9787ff4cf4a 100644 --- a/libc/stdio/lib_fgetpos.c +++ b/libc/stdio/lib_fgetpos.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fputc.c b/libc/stdio/lib_fputc.c index 57e784759a3..7dcffbfc3f3 100644 --- a/libc/stdio/lib_fputc.c +++ b/libc/stdio/lib_fputc.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fputs.c b/libc/stdio/lib_fputs.c index 1d66c269d35..a41dd521c23 100644 --- a/libc/stdio/lib_fputs.c +++ b/libc/stdio/lib_fputs.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fseek.c b/libc/stdio/lib_fseek.c index bafe4488e43..db8604d305b 100644 --- a/libc/stdio/lib_fseek.c +++ b/libc/stdio/lib_fseek.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_fsetpos.c b/libc/stdio/lib_fsetpos.c index faa7324cde1..9c1f98fedaf 100644 --- a/libc/stdio/lib_fsetpos.c +++ b/libc/stdio/lib_fsetpos.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_ftell.c b/libc/stdio/lib_ftell.c index 8707c9b2645..c0aaf1f5d53 100644 --- a/libc/stdio/lib_ftell.c +++ b/libc/stdio/lib_ftell.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_puts.c b/libc/stdio/lib_puts.c index 957e7426b98..5c04245e316 100644 --- a/libc/stdio/lib_puts.c +++ b/libc/stdio/lib_puts.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_rdflush.c b/libc/stdio/lib_rdflush.c index cb928fb820c..7e96ee4c2c5 100644 --- a/libc/stdio/lib_rdflush.c +++ b/libc/stdio/lib_rdflush.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_ungetc.c b/libc/stdio/lib_ungetc.c index 89220751b39..234c17ac5c5 100644 --- a/libc/stdio/lib_ungetc.c +++ b/libc/stdio/lib_ungetc.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/stdio/lib_vprintf.c b/libc/stdio/lib_vprintf.c index 5f7a0844539..bc411e6d131 100644 --- a/libc/stdio/lib_vprintf.c +++ b/libc/stdio/lib_vprintf.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_memccpy.c b/libc/string/lib_memccpy.c index 2201870911e..95fe7dacbd3 100644 --- a/libc/string/lib_memccpy.c +++ b/libc/string/lib_memccpy.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_memcmp.c b/libc/string/lib_memcmp.c index 9da06d739ff..9ae4ad1e734 100644 --- a/libc/string/lib_memcmp.c +++ b/libc/string/lib_memcmp.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_memcpy.c b/libc/string/lib_memcpy.c index 0abcdf57dec..4132b815e50 100644 --- a/libc/string/lib_memcpy.c +++ b/libc/string/lib_memcpy.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_memmove.c b/libc/string/lib_memmove.c index bc40b96c650..dcef645a600 100644 --- a/libc/string/lib_memmove.c +++ b/libc/string/lib_memmove.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_strcspn.c b/libc/string/lib_strcspn.c index dd4a6928750..9291d96d6c2 100644 --- a/libc/string/lib_strcspn.c +++ b/libc/string/lib_strcspn.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_strncasecmp.c b/libc/string/lib_strncasecmp.c index 05d795b0a2c..1019833a50f 100644 --- a/libc/string/lib_strncasecmp.c +++ b/libc/string/lib_strncasecmp.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_strncmp.c b/libc/string/lib_strncmp.c index 92df02a20bc..544c5efe2d4 100644 --- a/libc/string/lib_strncmp.c +++ b/libc/string/lib_strncmp.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/libc/string/lib_strspn.c b/libc/string/lib_strspn.c index 47ab34d8b20..dfd68f1214d 100644 --- a/libc/string/lib_strspn.c +++ b/libc/string/lib_strspn.c @@ -33,10 +33,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/net/tcp/tcp_seqno.c b/net/tcp/tcp_seqno.c index d2c5600107a..e3c6a75c054 100644 --- a/net/tcp/tcp_seqno.c +++ b/net/tcp/tcp_seqno.c @@ -36,10 +36,6 @@ * ****************************************************************************/ -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Included Files ****************************************************************************/