Skip to content

Commit 6dadfb4

Browse files
committed
Fix
1 parent ea54490 commit 6dadfb4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

pkgs/unix_api/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ src/constants.g.c linguist-generated
66
src/constants.g.h linguist-generated
77
src/functions.g.c linguist-generated
88
src/functions.g.h linguist-generated
9-
src/functions_bindings.g.dart linguist-generated
10-
src/functions.g.dart linguist-generated
9+
lib/src/function_bindings.g.dart linguist-generated
10+
lib/src/functions.g.dart linguist-generated

pkgs/unix_api/lib/src/bespoke.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:ffi' as ffi;
26

37
import 'errno.dart';

pkgs/unix_api/lib/src/errno.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'dart:ffi' as ffi;
26
import 'package:ffi/ffi.dart';
37

0 commit comments

Comments
 (0)