equal
deleted
inserted
replaced
1 // zselect.c - builtin support for select system call |
1 // zselect.c - builtin support for select system call |
2 // |
2 /* |
3 // © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved. |
3 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
4 // |
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of "Eclipse Public License v1.0" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: |
|
16 * |
|
17 */ |
|
18 |
|
19 |
5 /* |
20 /* |
6 * This file is part of zsh, the Z shell. |
21 * This file is part of zsh, the Z shell. |
7 * |
22 * |
8 * Copyright (c) 1998-2001 Peter Stephenson |
23 * Copyright (c) 1998-2001 Peter Stephenson |
9 * All rights reserved. |
24 * All rights reserved. |