View Single Post
Old 12-12-2012, 10:38 AM   #13
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
gah. : ) Niluje came across this when he built it.
Sadly his skillage exceeds mine to the power "craploads"

erm... maybe its a gcc flag?

or maybe I need to check #include <sys/types.h>
will go dig

EDIT: Added types call in headers files

and
Code:
#elif defined (__arm__)
#if !defined (__NR_inotify_init)
# define __NR_inotify_init	316
#endif
#if !defined (__NR_inotify_add_watch)
# define __NR_inotify_add_watch	317
#endif
#if !defined (__NR_inotify_rm_watch)
# define __NR_inotify_rm_watch	318
#endif
in syscalls.h until I know if it wants the 0x900000 offset or not...

Last edited by twobob; 12-12-2012 at 11:08 AM.
twobob is offline   Reply With Quote