Sha256: e617463b20e9e59499574fa1523f60a959dbd4865cf74e7b085d11f6cce88a07

Contents?: true

Size: 814 Bytes

Versions: 76

Compression:

Stored size: 814 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

76 entries across 76 versions & 1 rubygems

Version Path
rhodes-2.2.3.beta.1 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.2 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.2.beta.1 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.1 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.1.beta.2 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.1.beta.1 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.0 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.0.beta.3 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.0.beta.2 platform/shared/ruby/symbian/symbian.h
rhodes-2.2.0.beta.1 platform/shared/ruby/symbian/symbian.h
rhodes-2.1.0 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.3 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.2 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.rc2 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.rc1 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.beta11 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.beta10 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.beta9 platform/shared/ruby/symbian/symbian.h
rhodes-2.0.0.beta8 platform/shared/ruby/symbian/symbian.h