aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/vax/bits/setjmp.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-23 20:39:12 +0000
committerRoland McGrath <roland@gnu.org>2004-10-23 20:39:12 +0000
commit2bfae43161fbf92736170f0264dd21cc14b6c73f (patch)
tree87ef4ac121eabacef2ae9bb3a229b6bca74ed0e8 /sysdeps/vax/bits/setjmp.h
parentca306cc98111fa0d726bc3ccfc8c2964ce4b6ec0 (diff)
downloadglibc-2bfae43161fbf92736170f0264dd21cc14b6c73f.tar
glibc-2bfae43161fbf92736170f0264dd21cc14b6c73f.tar.gz
glibc-2bfae43161fbf92736170f0264dd21cc14b6c73f.tar.bz2
glibc-2bfae43161fbf92736170f0264dd21cc14b6c73f.zip
Moved vax files to ports repository
2004-10-23 Roland McGrath <roland@frob.com> * sysdeps/vax, sysdeps/unix/bsd/vax: Directories and all files removed. These are now in the ports repository.
Diffstat (limited to 'sysdeps/vax/bits/setjmp.h')
-rw-r--r--sysdeps/vax/bits/setjmp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/vax/bits/setjmp.h b/sysdeps/vax/bits/setjmp.h
deleted file mode 100644
index 10ca170a2a..0000000000
--- a/sysdeps/vax/bits/setjmp.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Define the machine-dependent type `jmp_buf'. Vax version. */
-
-#ifndef _SETJMP_H
-# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
-#endif
-
-typedef struct
- {
- PTR __fp;
- PTR __pc;
- } __jmp_buf[1];