[4/4] sys: Remove $FreeBSD$: two-line .h pattern

Message ID 20240709062607.17515-5-sebastian.huber@embedded-brains.de
State New
Headers
Series Synchronize <stdatomic.h> with FreeBSD |

Commit Message

Sebastian Huber July 9, 2024, 6:26 a.m. UTC
  From: Warner Losh <imp@FreeBSD.org>

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
---
 newlib/libc/include/stdatomic.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/newlib/libc/include/stdatomic.h b/newlib/libc/include/stdatomic.h
index 6e435bf21..2bb976f2d 100644
--- a/newlib/libc/include/stdatomic.h
+++ b/newlib/libc/include/stdatomic.h
@@ -25,8 +25,6 @@ 
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
- * $FreeBSD$
  */
 
 #ifndef _STDATOMIC_H_