Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | 023b83f4e54b |
children | 42375619fa45 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
46 people are using newer mailers that have heard of flock. Change this | 46 people are using newer mailers that have heard of flock. Change this |
47 if you need to. */ | 47 if you need to. */ |
48 | 48 |
49 /*#define MAIL_USE_FLOCK*/ | 49 /*#define MAIL_USE_FLOCK*/ |
50 | 50 |
51 /* Here, on a separate page, add any special hacks needed | |
52 to make Emacs work on this system. For example, | |
53 you might define certain system call names that don't | |
54 exist on your system, or that do different things on | |
55 your system and must be used only through an encapsulation | |
56 (Which you should place, by convention, in sysdep.c). */ | |
57 | 51 |
58 /* On POSIX systems the system calls are interruptible by signals | 52 /* On POSIX systems the system calls are interruptible by signals |
59 that the user program has elected to catch. Thus the system call | 53 that the user program has elected to catch. Thus the system call |
60 must be retried in these cases. To handle this without massive | 54 must be retried in these cases. To handle this without massive |
61 changes in the source code, we remap the standard system call names | 55 changes in the source code, we remap the standard system call names |