Systemd/src/basic/generate-errno-list.sh

5 lines
109 B
Bash

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