Files
RedBear-OS/local/tracked-source-baseline.txt
T
vasilito 27ca9bc4b0 relibc: advance submodule for timerfd/signalfd C linkage
Points the relibc submodule at 4e9fbf4c. sys/timerfd.h and sys/signalfd.h
declare their prototypes in the cbindgen trailer, which is emitted outside the
extern "C" block cpp_compat generates, so C++ consumers linked against a
mangled name while relibc exports the plain C symbol:

  alignedtimer.cpp:(.text+0x29a): undefined reference to
      `timerfd_create(int, int)'

(plasma-workspace libclock). C callers were unaffected, which is why it
survived until a C++ consumer appeared.

Also refreshes the tracked-source baseline. This should become largely static
now that cook stages tracked vendored sources out of tree.
2026-08-04 16:49:56 +03:00

16 lines
685 B
Plaintext

# tracked-source-baseline.txt
#
# Tracked files under local/recipes/*/source/ that are EXPECTED to differ
# from HEAD during a normal build -- almost all of it recipe-sed churn.
# Consumed by local/scripts/verify-tracked-sources.sh.
#
# A file listed here is uncommitted work sitting in a DURABLE tree. That is
# tolerated, not endorsed: commit it, or convert the change into a recipe sed
# or a patch, so a clean re-extract cannot lose it.
#
# A line prefixed 'D ' records an INTENTIONAL deletion of a tracked source
# file (e.g. removing a vendored stub). Without an entry, any deletion is
# treated as damage.
#
# Regenerate with: ./local/scripts/verify-tracked-sources.sh --update