View | Details | Raw Unified
Collapse All | Expand All

(-) pth_high.c.orig (+4 lines)
 Lines 29-34    Link Here 
                                            -- Unknown                */
                                            -- Unknown                */
#include "pth_p.h"
#include "pth_p.h"
extern void *pth_scheduler(void *dummy);
/* return the hexadecimal Pth library version number */
/* return the hexadecimal Pth library version number */
long pth_version(void)
long pth_version(void)
{
{
 Lines 35-40    Link Here 
#include "pth_p.h"
#include "pth_p.h"
extern int pth_initialized;
/* Pth variant of nanosleep(2) */
/* Pth variant of nanosleep(2) */
int pth_nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
int pth_nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
{
{