diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-06-30 21:47:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-06-30 21:47:23 +0300 |
commit | 2659aaed1621d1ca8c1cf69b95b9a18be38c9d19 (patch) | |
tree | 4638e5a47a835ff5cc627488939df3942da713a6 /support/libc-config.h | |
parent | d9221fdf029ff14cddf99ff717d7fb026c1ee9ef (diff) | |
parent | b3bfdb152de59cab66ee428a42bc2a7f6f97b636 (diff) | |
download | egawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.tar.gz egawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.tar.bz2 egawk-2659aaed1621d1ca8c1cf69b95b9a18be38c9d19.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support/libc-config.h')
-rw-r--r-- | support/libc-config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/support/libc-config.h b/support/libc-config.h index fabca2fa..f68749fc 100644 --- a/support/libc-config.h +++ b/support/libc-config.h @@ -28,7 +28,10 @@ When compiled as part of glibc this is a no-op; when compiled as part of Gnulib this includes Gnulib's <config.h> and defines macros - that glibc library code would normally assume. */ + that glibc library code would normally assume. + + Note: This header file MUST NOT be included by public header files + of Gnulib. */ #include <config.h> |