#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # # Check if atomic headers are up-to-date ATOMICDIR=$(dirname $0) ATOMICTBL=${ATOMICDIR}/atomics.tbl LINUXDIR=${ATOMICDIR}/../.. cat < /dev/null); then printf "warning: include/${header} is out-of-date.\n" fi done