[libc-commits] [libc] add mremap (PR #112804)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Nov 5 13:43:32 PST 2024


================
@@ -55,6 +55,17 @@ functions:
       - type: int
       - type: int
       - type: off_t
+  - name: mremap
+    standards:
+      - POSIX
+    return_type: void *
+    arguments:
+      - type: void *
+      - type: size_t
+      - type: size_t
+      - type: int
+      - type: void *
+        description: "This argument is optional."
----------------
michaelrj-google wrote:

```suggestion
      - type: '...'
```

https://github.com/llvm/llvm-project/pull/112804


More information about the libc-commits mailing list