summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-09 14:52:00 +0200
committerClément Bœsch <u@pkh.me>2017-04-09 14:52:00 +0200
commit210678d3c5176d594bc9407cd73815944212fb9b (patch)
tree8ea276ed314910fd94bea7afd7c3422c1c410bd2 /libavformat
parenta329b822e17a39c173ffc5dfcc0dd21c95da1d9c (diff)
parent3794062ab1a13442b06f6d76c54dce51ffa54697 (diff)
Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'
* commit '3794062ab1a13442b06f6d76c54dce51ffa54697': Remove Plan 9 support Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/os_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index caf1a2fab4..6e245a88d8 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -76,7 +76,7 @@ static inline int is_dos_path(const char *path)
return 0;
}
-#if defined(__OS2__) || defined(__Plan9__)
+#if defined(__OS2__)
#define SHUT_RD 0
#define SHUT_WR 1
#define SHUT_RDWR 2