~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to util-linux/flock.c

  • Committer: Denys Vlasenko
  • Date: 2020-12-29 15:53:11 UTC
  • Revision ID: git-v1:77a51a2709de1b646ab493f0bf771d896de6efc2
randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * This is free software, licensed under the GNU General Public License v2.
5
5
 */
6
6
//config:config FLOCK
7
 
//config:       bool "flock (6.5 kb)"
 
7
//config:       bool "flock (6.3 kb)"
8
8
//config:       default y
9
9
//config:       help
10
10
//config:       Manage locks from shell scripts
14
14
//kbuild:lib-$(CONFIG_FLOCK) += flock.o
15
15
 
16
16
//usage:#define flock_trivial_usage
17
 
//usage:       "[-sxun] FD | { FILE [-c] PROG ARGS }"
 
17
//usage:       "[-sxun] FD|{FILE [-c] PROG ARGS}"
18
18
//usage:#define flock_full_usage "\n\n"
19
19
//usage:       "[Un]lock file descriptor, or lock FILE, run PROG\n"
20
20
//usage:     "\n        -s      Shared lock"