mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fa993e5130
Mostly scripted like all the others, manually added tags to Makefile and build/config input files. Signed-off-by: Dave Chinner <dchinner@redhat.com>
15 lines
308 B
C
15 lines
308 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2000 Silicon Graphics, Inc.
|
|
* All Rights Reserved.
|
|
*/
|
|
#ifndef _FILE_LOCK_H_
|
|
#define _FILE_LOCK_H_
|
|
|
|
extern char Fl_syscall_str[128];
|
|
|
|
int file_lock( int , int, char ** );
|
|
int record_lock( int , int , int , int , char ** );
|
|
|
|
#endif /* _FILE_LOCK_H_ */
|