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

5 lines
110 B
Bash

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