update for HEAD-2003091401
[reactos.git] / lib / crtdll / misc / dllcrt1.c
index bfc9402..1584114 100644 (file)
@@ -84,6 +84,8 @@ DllMainCRTStartup(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
  *       the global constructor function __do_global_ctors called from __main
  *       will attempt to register __do_global_dtors using atexit.
  *       Thanks to Andrey A. Smirnov for pointing this one out.
+ *
+ * @unimplemented
  */
 int
 atexit(void (*pfn)())