diff options
| author | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-03-25 23:03:57 +0000 |
| commit | 8ad517944e46710ab832350c0dc3fc4e9239f7e2 (patch) | |
| tree | 7b99a1833e1b303719c2aac75e3f7e82482b42ab /src/libthread/label.h | |
| parent | cb27443abf3d6af6ab52377c71c843e619928433 (diff) | |
| download | plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.tar.gz plan9port-8ad517944e46710ab832350c0dc3fc4e9239f7e2.zip | |
Today's changes.
More changes.
Diffstat (limited to 'src/libthread/label.h')
| -rw-r--r-- | src/libthread/label.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/label.h b/src/libthread/label.h index 874fb070..5161e373 100644 --- a/src/libthread/label.h +++ b/src/libthread/label.h @@ -7,7 +7,7 @@ typedef struct Label Label; #define LABELDPC 0 -#if defined (__i386__) && (defined(__FreeBSD__) || defined(__linux__)) +#if defined (__i386__) && (defined(__FreeBSD__) || defined(__linux__) || defined(__OpenBSD__)) struct Label { ulong pc; |
