diff options
| author | Paul Eggert | 2012-06-22 14:17:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-22 14:17:42 -0700 |
| commit | d35af63cd671563fd188c3b0a1ef30067027c7aa (patch) | |
| tree | c9e01847ccf788e23794684da9331c3e0defd0d3 /src/sysselect.h | |
| parent | f143bfe38b43ad0a9d817f05c25e418982dca06f (diff) | |
| download | emacs-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.h | 3 |
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. | |||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 17 | along 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 | |||