Systemd/src/basic/generate-errno-list.sh
2017-04-25 08:49:16 -04:00

5 lines
114 B
Bash
Executable file

#!/bin/sh -eu
$1 -dM -include errno.h - </dev/null | \
awk '/^#define[ \t]+E[^ _]+[ \t]+/ { print $2; }'