1
0
mirror of https://github.com/restic/restic.git synced 2024-06-23 07:36:38 +02:00
restic/zerrors_linux.go

6 lines
174 B
Go
Raw Normal View History

2014-12-05 21:45:49 +01:00
package restic
2014-08-11 22:47:24 +02:00
// Add constant O_PATH missing from Go1.3, will be added to Go1.4 according to
// https://code.google.com/p/go/issues/detail?id=7830
const O_PATH = 010000000