mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	Kernel+LibC: Add sys$set_process_name() for changing the process name
This commit is contained in:
		
							parent
							
								
									0b287c18b9
								
							
						
					
					
						commit
						b5f54d4153
					
				
					 5 changed files with 22 additions and 1 deletions
				
			
		|  | @ -192,7 +192,8 @@ namespace Kernel { | |||
|     __ENUMERATE_SYSCALL(minherit)           \ | ||||
|     __ENUMERATE_SYSCALL(sendfd)             \ | ||||
|     __ENUMERATE_SYSCALL(recvfd)             \ | ||||
|     __ENUMERATE_SYSCALL(sysconf) | ||||
|     __ENUMERATE_SYSCALL(sysconf)            \ | ||||
|     __ENUMERATE_SYSCALL(set_process_name) | ||||
| 
 | ||||
| namespace Syscall { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling