]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/os-linux.hpp
32 and 64 bit Linux PPC support
[factor.git] / vm / os-linux.hpp
index 6c490de2602040bed7b965d6b6fd1d0e290832f0..de13896b9ab555ea0f9cf29fcf11732e74df275a 100644 (file)
@@ -7,6 +7,4 @@ VM_C_API int inotify_init();
 VM_C_API int inotify_add_watch(int fd, const char *name, u32 mask);
 VM_C_API int inotify_rm_watch(int fd, u32 wd);
 
-#define UAP_STACK_POINTER_TYPE greg_t
-
 }