diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-17 20:55:48 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-17 20:55:48 +0000 |
| commit | 1d769dd630932b265cd15bb2e5b97459766e3125 (patch) | |
| tree | d76bd3467c5b0388b6fecfcf435f85897b8a27aa /src/libstddjb/fd_unlock.c | |
| parent | 96b537f42695da1b865588baf591fdfcae76bd41 (diff) | |
| download | skalibs-1d769dd630932b265cd15bb2e5b97459766e3125.tar.gz | |
Add string qsort/bsearch cmp functions and avltreeb wrappers
Diffstat (limited to 'src/libstddjb/fd_unlock.c')
| -rw-r--r-- | src/libstddjb/fd_unlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstddjb/fd_unlock.c b/src/libstddjb/fd_unlock.c index 64984b9..f9758b5 100644 --- a/src/libstddjb/fd_unlock.c +++ b/src/libstddjb/fd_unlock.c @@ -8,7 +8,7 @@ void fd_unlock (int fd) { - struct flock fl = + static struct flock const fl = { .l_type = F_UNLCK, .l_whence = SEEK_SET, |
