1
1
This commit was SVN r861.
Этот коммит содержится в:
Ralph Castain 2004-03-16 19:05:26 +00:00
родитель 89ea67b7d9
Коммит 3dad21d877
4 изменённых файлов: 14 добавлений и 13 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.8 from Makefile.am. # Makefile.in generated by automake 1.8.2 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Free Software Foundation, Inc. # 2003, 2004 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.
@ -42,16 +42,15 @@ DIST_COMMON = $(am__configure_deps) $(include_HEADERS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/config.h.in $(top_srcdir)/configure \ $(srcdir)/config.h.in $(top_srcdir)/configure \
./config/config.guess ./config/config.sub ./config/install-sh \ ./config/config.guess ./config/config.sub ./config/install-sh \
./config/ltmain.sh ./config/missing acconfig.h configure \ ./config/ltmain.sh ./config/missing acconfig.h epoll.c \
configure.in epoll.c epoll_sub.c err.c kqueue.c poll.c rtsig.c \ epoll_sub.c err.c kqueue.c poll.c rtsig.c select.c signal.c
select.c signal.c
subdir = . subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4) $(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.lineno configure.status.lineno
mkinstalldirs = $(mkdir_p) mkinstalldirs = $(mkdir_p)
CONFIG_HEADER = config.h CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =

Просмотреть файл

@ -63,10 +63,12 @@
#endif #endif
#include "event.h" #include "event.h"
#include "lam/threads/mutex.h"
extern struct event_list timequeue; extern struct event_list timequeue;
extern struct event_list eventqueue; extern struct event_list eventqueue;
extern struct event_list addqueue; extern struct event_list addqueue;
extern lam_mutex_t lam_event_lock;
#define EVLIST_X_KQINKERNEL 0x1000 #define EVLIST_X_KQINKERNEL 0x1000

Просмотреть файл

@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.8 from Makefile.am. # Makefile.in generated by automake 1.8.2 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Free Software Foundation, Inc. # 2003, 2004 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.

Просмотреть файл

@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.8 from Makefile.am. # Makefile.in generated by automake 1.8.2 from Makefile.am.
# @configure_input@ # @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Free Software Foundation, Inc. # 2003, 2004 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved. # with or without modifications, as long as this notice is preserved.