]> git.ipfire.org Git - thirdparty/systemd.git/commit
Use .txt as the extension for syscall list file
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Jan 2021 12:56:12 +0000 (13:56 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Jan 2021 08:55:35 +0000 (09:55 +0100)
commit984b529684bf5597984b8d7ed8317b7d239b8dd3
treed227a370a11bdb21f13ebc113578a396ad229a1c
parent2bc48bbdd717c3d4fa1345218cf4c2f5d131152e
Use .txt as the extension for syscall list file

Upstream uses .text, but this is rather unusual. Let's use .txt as the usual
suffix for text files. This tells various editors and such that the file should
be treated as plain text. I also want to a script to summarize license status,
and having an easy-to-recognize suffix makes this easier.
src/basic/meson.build
src/basic/syscall-list.txt [moved from src/basic/syscall-names.text with 100% similarity]
src/shared/meson.build
tools/syscall-table-update.sh