diff --git a/reactos/lib/rosky/libsky/libsky.edf b/reactos/lib/rosky/libsky/libsky.edf deleted file mode 100644 index 7a7fa65ab16..00000000000 --- a/reactos/lib/rosky/libsky/libsky.edf +++ /dev/null @@ -1,24 +0,0 @@ -LIBRARY acledit.dll - -EXPORTS -__libc_init_memory=__libc_init_memory -__to_kernel=__to_kernel -ctor_dtor_initialize=ctor_dtor_initialize -get_usec_counter=get_usec_counter - -; MSVCRT -rand=MSVCRT.rand -srand=MSVCRT.srand - -; NTDLL -_alloca=NTDLL._alloca_probe - -; CRTDLL -printf=CRTDLL.printf -putchar=CRTDLL.putchar -sprintf=CRTDLL.sprintf -strcat=CRTDLL.strcat -strcpy=CRTDLL.strcpy -time=CRTDLL.time - -; EOF