diff options
Diffstat (limited to 'src/sysselect.h')
-rw-r--r-- | src/sysselect.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sysselect.h b/src/sysselect.h index 2dbbede2bff..24bdf469ced 100644 --- a/src/sysselect.h +++ b/src/sysselect.h @@ -16,15 +16,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ -#if defined (DARWIN_OS) -#undef init_process -#endif #ifndef DOS_NT #include <sys/select.h> #endif -#if defined (DARWIN_OS) -#define init_process emacs_init_process -#endif /* The w32 build defines select stuff in w32.h, which is included where w32 needs it, but not where sysselect.h is included. The w32 |