File tree Expand file tree Collapse file tree 7 files changed +19
-26
lines changed Expand file tree Collapse file tree 7 files changed +19
-26
lines changed Original file line number Diff line number Diff line change 1
- //===-- Definition of struct itimerval
2
- //-------------------------------------===//
1
+ //===-- Definition of struct itimerval ------------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- Implementation header for getitimer
2
- // -----------------------------------===//
1
+ // ===-- Implementation header for getitimer --------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- Implementation file for getitimer
2
- // ------------------------------------===//
1
+ // ===-- Implementation file for getitimer ----------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- Implementation file for setitimer
2
- // ------------------------------------===//
1
+ // ===-- Implementation file for setitimer ---------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===-- Implementation header for setitimer
2
- // -----------------------------------===//
1
+ // ===-- Implementation header for setitimer --------------------------------===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // //===-- Unittests for getitimer
2
- // -------------------------------------------===//
3
- // //
4
- // // Part of the LLVM Project, under the Apache License v2.0 with LLVM
1
+ // ===-- Unittests for getitimer -------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM
5
4
// Exceptions.
6
- // // See https://llvm.org/LICENSE.txt for license information.
7
- // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
- // //
9
- // // ===----------------------------------------------------------------------===//
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ // ===----------------------------------------------------------------------===//
10
9
11
10
#include " src/sys/time/getitimer.h"
12
11
#include " hdr/types/struct_itimerval.h"
Original file line number Diff line number Diff line change 1
- // //===-- Unittests for setitimer
2
- // -------------------------------------------===//
3
- // //
4
- // // Part of the LLVM Project, under the Apache License v2.0 with LLVM
1
+ // ===-- Unittests for setitimer -------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM
5
4
// Exceptions.
6
- // // See https://llvm.org/LICENSE.txt for license information.
7
- // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
- // //
9
- // // ===----------------------------------------------------------------------===//
5
+ // See https://llvm.org/LICENSE.txt for license information.
6
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
+ //
8
+ // ===----------------------------------------------------------------------===//
10
9
11
10
#include " src/signal/signal.h"
12
11
#include " hdr/types/struct_itimerval.h"
You can’t perform that action at this time.
0 commit comments