update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / locking.c
index a3d79a7..48440ba 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/io.h>
 
 
+/*
+ * @implemented
+ */
 int _locking(int _fd, int mode, long nbytes)
 {
        long offset = _lseek(_fd, 0L, 1);