clean up DllImport attributes
authorDaniel Becker <razzfazz@gmail.com>
Tue, 5 Apr 2016 07:35:21 +0000 (00:35 -0700)
committerDaniel Becker <razzfazz@gmail.com>
Tue, 5 Apr 2016 07:35:21 +0000 (00:35 -0700)
commitac49990f3df05abb9639b0a5a9be2b26572340ad
treeed7230bb7de28d293079a3f1fc93eee2ef698ca6
parent96fb7a905d764d28c38863e7fe4d8a3ae1560cfb
clean up DllImport attributes

Any native function that can modify errno should have the
SetLastError attribute set to true. Also, no need to specify
EntryPoint if it's the same as the function name.
mcs/class/System/System.IO/KeventWatcher.cs