Introducing /run
Introducing /run
Posted Mar 31, 2011 19:49 UTC (Thu) by vonbrand (subscriber, #4458)In reply to: Introducing /run by nix
Parent article: Introducing /run
Re creat(2), I head a story sometime that the length of identifiers in the assembler was limited to 6, and that the compiler added a '_' in front of user identifiers to distiguish them from all sort of internal names used by the compiler and assembler (that was still that way with the C compiler in BSD 4.2 I used around 1985...), thus _creat at 6 characters, user-visible name creat with 5.
