[libc-commits] [libc] [libc] final edits to newheadergen yaml files (PR #98983)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 16 10:27:31 PDT 2024


https://github.com/RoseZhang03 updated https://github.com/llvm/llvm-project/pull/98983

>From 7d122283f1fdf1db568a89b249992cf80974eb1b Mon Sep 17 00:00:00 2001
From: Rose Zhang <rosezhang at google.com>
Date: Tue, 16 Jul 2024 02:33:28 +0000
Subject: [PATCH] [libc] final edits to newheadergen yaml files

Performed one last run of integration tests, removing duplicate types
and removing unneeded files.
Currently looked through all sys files, will finish checking other yaml
files this week.
---
 libc/newhdrgen/yaml/sys/sys_time.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libc/newhdrgen/yaml/sys/sys_time.yaml b/libc/newhdrgen/yaml/sys/sys_time.yaml
index a901cdafd26a1..eb3dd548389b3 100644
--- a/libc/newhdrgen/yaml/sys/sys_time.yaml
+++ b/libc/newhdrgen/yaml/sys/sys_time.yaml
@@ -1,8 +1,7 @@
 header: sys-time.h
 standards: Linux
 macros: []
-types:
-  - type_name: struct_timeval
+types: []
 enums: []
 functions: []
 objects: []



More information about the libc-commits mailing list