mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
add an alarm to fcntl test to stop tru64 from freezing on the test
(This used to be commit 6b1ced1674217343ab4e5f966608a21c66bf650c)
This commit is contained in:
parent
cd2643f8be
commit
a808ca914f
@ -44,6 +44,8 @@ int main(int argc, char *argv[])
|
||||
int fd, ret, status=1;
|
||||
pid_t pid;
|
||||
|
||||
alarm(10);
|
||||
|
||||
if (!(pid=fork())) {
|
||||
sleep(2);
|
||||
fd = open(DATA, O_RDONLY);
|
||||
|
Loading…
x
Reference in New Issue
Block a user