summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/alpha-osf1/__string.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/alpha-osf1/__string.h')
-rwxr-xr-xmit-pthreads/machdep/alpha-osf1/__string.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/mit-pthreads/machdep/alpha-osf1/__string.h b/mit-pthreads/machdep/alpha-osf1/__string.h
new file mode 100755
index 00000000000..6558102a282
--- /dev/null
+++ b/mit-pthreads/machdep/alpha-osf1/__string.h
@@ -0,0 +1,19 @@
+
+#ifndef _SIZE_T
+#define _SIZE_T
+typedef pthread_size_t size_t;
+#endif
+
+__BEGIN_DECLS
+
+/*
+void * memchr __P_((const void *, int , size_t ));
+void * memcpy __P_((void *, const void *, size_t ));
+void * memset __P_((void *, int , size_t ));
+size_t strcspn __P_((const char *, const char *));
+size_t strlen __P_((const char *));
+size_t strspn __P_((const char *, const char *));
+*/
+
+__END_DECLS
+