#pragma once namespace nix { void setAffinityTo(int cpu); int lockToCurrentCPU(); void restoreAffinity(); } /better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
AgeCommit message (Expand)Author
2023-07-18doc: Update GDB "guix shell" example to use autoconf-2.69...* doc/environment-gdb.scm: Change to use autoconf-2.69. * gnu/packages/autotools.scm: Remove outdated GDB comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake