-
- Downloads
utils: Move 'fcntl-flock' to (guix build syscalls).
* guix/utils.scm (%struct-flock, F_SETLKW, F_SETLK, F_xxLCK) (fcntl-flock): Move to... * guix/build/syscalls.scm: ... here. New variables. * guix/nar.scm: Adjust imports accordingly. * tests/utils.scm ("fcntl-flock wait", "fcntl-flock non-blocking"): Move to... * tests/syscalls.scm: ... here. New tests. (temp-file): New variable.
Showing
- guix/build/syscalls.scm 69 additions, 0 deletionsguix/build/syscalls.scm
- guix/nar.scm 2 additions, 2 deletionsguix/nar.scm
- guix/utils.scm 1 addition, 74 deletionsguix/utils.scm
- tests/syscalls.scm 88 additions, 0 deletionstests/syscalls.scm
- tests/utils.scm 0 additions, 82 deletionstests/utils.scm
Loading
Please register or sign in to comment