2016-10-22 07:21:28 +00:00
|
|
|
// Accounting and limiting reader
|
2016-10-30 19:20:16 +00:00
|
|
|
// Non-unix specific functions.
|
2016-10-22 07:21:28 +00:00
|
|
|
|
2016-10-30 19:20:16 +00:00
|
|
|
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
|
2016-10-22 07:21:28 +00:00
|
|
|
|
|
|
|
package fs
|
|
|
|
|
2016-10-30 19:20:16 +00:00
|
|
|
// startSignalHandler() is Unix specific and does nothing under non-Unix
|
2016-10-22 07:21:28 +00:00
|
|
|
// platforms.
|
|
|
|
func startSignalHandler() {}
|