aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysselect.h
diff options
context:
space:
mode:
authorPaul Eggert2012-06-22 14:17:42 -0700
committerPaul Eggert2012-06-22 14:17:42 -0700
commitd35af63cd671563fd188c3b0a1ef30067027c7aa (patch)
treec9e01847ccf788e23794684da9331c3e0defd0d3 /src/sysselect.h
parentf143bfe38b43ad0a9d817f05c25e418982dca06f (diff)
downloademacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.tar.gz
emacs-d35af63cd671563fd188c3b0a1ef30067027c7aa.zip
Support higher-resolution time stamps.
Fixes: debbugs:9000
Diffstat (limited to 'src/sysselect.h')
-rw-r--r--src/sysselect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sysselect.h b/src/sysselect.h
index f9b9fc00b35..e1e5839cfe4 100644
--- a/src/sysselect.h
+++ b/src/sysselect.h
@@ -16,7 +16,6 @@ GNU General Public License for more details.
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
18 18
19#ifdef HAVE_SYS_SELECT_H
20#if defined (DARWIN_OS) 19#if defined (DARWIN_OS)
21#undef init_process 20#undef init_process
22#endif 21#endif
@@ -24,7 +23,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24#if defined (DARWIN_OS) 23#if defined (DARWIN_OS)
25#define init_process emacs_init_process 24#define init_process emacs_init_process
26#endif 25#endif
27#endif
28 26
29/* The w32 build defines select stuff in w32.h, which is included 27/* The w32 build defines select stuff in w32.h, which is included
30 where w32 needs it, but not where sysselect.h is included. The w32 28 where w32 needs it, but not where sysselect.h is included. The w32
@@ -52,4 +50,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
52#if !defined (HAVE_SELECT) 50#if !defined (HAVE_SELECT)
53#define select sys_select 51#define select sys_select
54#endif 52#endif
55