Sha256: aa323a03bd9772f14b1c2d49971debe82261b47d7c8d33066abc6e307501fc8a

Contents?: true

Size: 818 Bytes

Versions: 60

Compression:

Stored size: 818 Bytes

Contents

#ifndef SYMBIAN_H
#define SYMBIAN_H 1

#include <sys/types.h>

//#define close _symbian_close
//#define fclose _symbian_fclose
#define Sleep sleep

extern void* alloca ( unsigned int size);// defined in ext/alloca

/*#define HAVE_PIPS 1

#ifdef HAVE_PIPS

#include <sys/signal.h>
#include <fcntl.h>
#include <pthreadtypes.h>

#define HAVE_SOCKADDR_STORAGE

typedef void (*sighandler_t)(int);
sighandler_t signal(int signum, sighandler_t handler);

int sigfillset(sigset_t *set); 
int sigdelset(sigset_t *set, int signum); 
int sigprocmask(int how, const sigset_t *set, sigset_t *oldset); 
int raise(int sig);
int kill(pid_t pid, int sig);
int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
int execv(const char *path, char *const argv[]); 
int pthread_kill(pthread_t thread, int sig);
#endif
*/
#endif

Version data entries

60 entries across 60 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/symbian/symbian.h
rhodes-7.5.1 platform/shared/ruby/symbian/symbian.h
rhodes-7.4.1 platform/shared/ruby/symbian/symbian.h
rhodes-7.1.17 platform/shared/ruby/symbian/symbian.h
rhodes-6.2.0 platform/shared/ruby/symbian/symbian.h
rhodes-6.0.11 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.18 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.17 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.15 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.0.22 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.2 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.0.7 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.0.3 platform/shared/ruby/symbian/symbian.h
rhodes-5.5.0 platform/shared/ruby/symbian/symbian.h
tauplatform-1.0.3 platform/shared/ruby/symbian/symbian.h
tauplatform-1.0.2 platform/shared/ruby/symbian/symbian.h
tauplatform-1.0.1 platform/shared/ruby/symbian/symbian.h
rhodes-3.5.1.12 platform/shared/ruby/symbian/symbian.h
rhodes-3.3.5 platform/shared/ruby/symbian/symbian.h
rhodes-3.4.2 platform/shared/ruby/symbian/symbian.h