AC_DEFINE(HAVE_INLINED_SYSCALLS)

Roland McGrath roland@redhat.com
Tue Jul 6 22:57:00 GMT 2004


Using config.h defines should really be avoided whenever possible,
and preferably reserved entirely for things set by autoconf checks.

Unless there is a special reason I am overlooking, please revert this:

	* sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
	* config.h.in: Add entry for HAVE_INLINED_SYSCALLS.

and instead put #define HAVE_INLINED_SYSCALLS into sysdep.h files.


Thanks,
Roland



More information about the Libc-hacker mailing list