- Pass maintainership to submitter PR: 135463 Submitted by: Charlie Kester <corky1951@comcast.net>
13 lines
312 B
C
13 lines
312 B
C
--- src/platform.h.orig 2009-06-05 07:39:49.000000000 -0700
|
|
+++ src/platform.h 2009-06-10 17:18:40.000000000 -0700
|
|
@@ -78,9 +78,6 @@
|
|
|
|
#else /* on a POSIX system, map these to no-ops */
|
|
|
|
-static inline void setmode(int fd, int mode) {
|
|
- return;
|
|
-}
|
|
#ifndef O_BINARY
|
|
#define O_BINARY 0
|
|
#endif /* O_BINARY */
|