]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/kern/libc.h
update
[polintos/scott/priv.git] / kernel / include / kern / libc.h
index c0ec6dcc4a8f68143fe75d094cb38793edf71c9d..8bca620845ee6dda379682467d554d83f9f6023f 100644 (file)
@@ -14,6 +14,7 @@ __attribute__((format(printf, 1, 2)));
 
 // These are C-ABI so libgcc and libsupc++ can use them.
 extern "C" {
+       // FIXME: template/alignof versions
        void *memcpy(void *dest, const void *src, size_t len);
        void *memmove(void *dest, const void *src, size_t len);
        int memcmp(const void *b1, const void *b2, size_t len);