[liba] Define SEEK_CUR

For some reason it was defined in Python and raised re-def errors
This commit is contained in:
Romain Goyet
2020-04-03 22:42:28 -04:00
committed by EmilieNumworks
parent 6de90d97a4
commit a840e7fb05
2 changed files with 1 additions and 2 deletions

View File

@@ -2,5 +2,6 @@
#define LIBA_UNISTD_H
#define SEEK_SET 0
#define SEEK_CUR 1
#endif