* tools-for-build/grovel-headers.c: add a grovel for EINTR
* contrib/sb-posix/constants.lisp: feature-out the ALIEN-FLOCK structure.
(:integer f-wrlck "F_WRLCK" nil t)
(:integer f-unlck "F_UNLCK" nil t)
+ #-win32
(:structure alien-flock
("struct flock"
(short type "short" "l_type")
defconstant("enoent", ENOENT);
defconstant("eexist", EEXIST);
+ defconstant("eintr", EINTR);
defconstant("s-ifmt", S_IFMT);
defconstant("s-ifdir", S_IFDIR);
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.15.36"
+"1.0.15.37"