13 lines
269 B
C++
13 lines
269 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: FileAdvisory.Unix.hpp
|
|
Date: 2022-1-29
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::IO::FS
|
|
{
|
|
bool ApplyDumbAdvisoryLock(int fd, EFileAdvisoryLockLevel level);
|
|
} |