summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/sunos-4.1.3/__string.h
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/machdep/sunos-4.1.3/__string.h')
-rwxr-xr-xmit-pthreads/machdep/sunos-4.1.3/__string.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/mit-pthreads/machdep/sunos-4.1.3/__string.h b/mit-pthreads/machdep/sunos-4.1.3/__string.h
deleted file mode 100755
index 0859a80cf24..00000000000
--- a/mit-pthreads/machdep/sunos-4.1.3/__string.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#include <sys/stdtypes.h>
-
-/* Non-standard SunOS 4.x string routines. */
-#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
-__BEGIN_DECLS
-int bcmp __P_((const void *, const void *, size_t));
-void bcopy __P_((const void *, void *, size_t));
-void bzero __P_((void *, size_t));
-char *index __P_((const char *, int));
-char *rindex __P_((const char *, int));
-char *strdup __P_((const char *));
-__END_DECLS
-#endif