update for HEAD-2003091401
[reactos.git] / lib / crtdll / io / chsize.c
index 865bec2..678c0f5 100644 (file)
@@ -4,6 +4,9 @@
 #define NDEBUG
 #include <msvcrt/msvcrtdbg.h>
 
+/*
+ * @implemented
+ */
 int _chsize(int _fd, long size)
 {
   DPRINT("_chsize(fd %d, size %d)\n", _fd, size);