aboutsummaryrefslogtreecommitdiff
path: root/libgomp/openacc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/openacc.h')
-rw-r--r--libgomp/openacc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/openacc.h b/libgomp/openacc.h
index 6173646..1dc471f 100644
--- a/libgomp/openacc.h
+++ b/libgomp/openacc.h
@@ -49,7 +49,7 @@ extern "C" {
/* Types */
typedef enum acc_device_t {
/* Keep in sync with include/gomp-constants.h. */
- acc_device_current = -3,
+ acc_device_current = -1,
acc_device_none = 0,
acc_device_default = 1,
acc_device_host = 2,