Return system name.
Source position: bunxh.inc line 75
| function FpUname( | 
| var name: UtsName | 
| ):cint; | 
Uname gets the name and configuration of the current Linux kernel, and returns it in the name record.
On success, 0 is returned, on error, -1 is returned.
Extended error information can be retrieved using fpGetErrno.
| 
 | Set access and modification times of a file (touch). |