Commit 4827ae13 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

ntdll: Make fd_set_file_info() static.

parent 9716a1a9
......@@ -1618,7 +1618,7 @@ static int fd_set_dos_attrib( int fd, UINT attr )
/* set the stat info and file attributes for a file (by file descriptor) */
NTSTATUS fd_set_file_info( int fd, UINT attr )
static NTSTATUS fd_set_file_info( int fd, UINT attr )
{
struct stat st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment