diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-15 15:53:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-15 15:53:21 +0000 |
commit | eacd84f514ee97ecee50e26a8b37c888a9eb6adb (patch) | |
tree | d631beaaaf7ddc7ab792416011986934195c3d37 /tools/gen-multicall.sh | |
parent | 6dfe54be869c117676dcc004400ac68096945531 (diff) | |
download | execline-eacd84f514ee97ecee50e26a8b37c888a9eb6adb.tar.xz |
bsdsnowflake is a lighter approach than nonposix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-multicall.sh')
-rwxr-xr-x | tools/gen-multicall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 959d87b..e862f0d 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -5,6 +5,7 @@ LC_ALL=C ; export LC_ALL echo '/* ISC license. */' echo echo '#include <skalibs/nonposix.h>' +echo '#include <skalibs/bsdsnowflake.h>' echo { echo '#include <string.h>' ; echo '#include <stdlib.h>' ; cat src/execline/*.c | grep '^#include <' | grep -vF '<skalibs/' | grep -vF '<execline/' ; } | sort -u |