mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
useless commit: fixed comment
svn path=/trunk/; revision=2759
This commit is contained in:
parent
a910a28a31
commit
3fdc53241d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fcntl.h,v 1.2 2002/02/20 09:17:54 hyperion Exp $
|
||||
/* $Id: fcntl.h,v 1.3 2002/03/21 22:50:06 hyperion Exp $
|
||||
*/
|
||||
/*
|
||||
* fcntl.h
|
||||
|
@ -56,7 +56,7 @@ enum __fcntl_cmd
|
|||
F_GETFD, /* get file descriptor flags */
|
||||
F_SETFD, /* set file descriptor flags */
|
||||
F_GETFL, /* get file status flags and file access modes */
|
||||
F_SETFL, /* Set file status flags */
|
||||
F_SETFL, /* set file status flags */
|
||||
F_GETLK, /* get record locking information */
|
||||
F_SETLK, /* set record locking information */
|
||||
F_SETLKW, /* set record locking information; wait if blocked */
|
||||
|
|
Loading…
Reference in a new issue